class Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails

A transition rule that describes when noncurrent objects transition to a specified storage class.

@note When making an API call, you may pass AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails

data as a hash:

    {
      days: 1,
      storage_class: "NonEmptyString",
    }

@!attribute [rw] days

The number of days that an object is noncurrent before Amazon S3 can
perform the associated action.
@return [Integer]

@!attribute [rw] storage_class

The class of storage to change the object to after the object is
noncurrent for the specified number of days.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails AWS API Documentation

Constants

SENSITIVE