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.
18827 18828 18829 18830 18831 18832 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18827 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.
18827 18828 18829 18830 18831 18832 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18827 class AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails < Struct.new( :days, :storage_class) SENSITIVE = [] include Aws::Structure end |