Class: Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
- Includes:
- Aws::Structure
- Defined in:
- 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.
18696 18697 18698 18699 18700 18701 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18696 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.
18696 18697 18698 18699 18700 18701 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18696 class AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails < Struct.new( :days, :storage_class) SENSITIVE = [] include Aws::Structure end |