class Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails

A rule for when objects transition to specific storage classes.

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

data as a hash:

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

@!attribute [rw] date

A date on which to transition objects to the specified storage
class. If you provide `Date`, you cannot provide `Days`.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] days

The number of days after which to transition the object to the
specified storage class. If you provide `Days`, you cannot provide
`Date`.
@return [Integer]

@!attribute [rw] storage_class

The storage class to transition the object to.
@return [String]

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

Constants

SENSITIVE