Class: Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A transition rule that describes when noncurrent objects transition to a specified storage class.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#days ⇒ Integer
The number of days that an object is noncurrent before Amazon S3 can perform the associated action.
-
#storage_class ⇒ String
The class of storage to change the object to after the object is noncurrent for the specified number of days.
Instance Attribute Details
#days ⇒ Integer
The number of days that an object is noncurrent before Amazon S3 can perform the associated action.
17968 17969 17970 17971 17972 17973 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17968 class AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails < Struct.new( :days, :storage_class) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
The class of storage to change the object to after the object is noncurrent for the specified number of days.
17968 17969 17970 17971 17972 17973 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17968 class AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails < Struct.new( :days, :storage_class) SENSITIVE = [] include Aws::Structure end |