class Aws::S3::Types::Transition
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Transition AWS API Documentation
@return [String]
The storage class to which you want the object to transition.
@!attribute [rw] storage_class
@return [Integer]
positive integer.
transitioned to the specified storage class. The value must be a
Indicates the number of days after creation when objects are
@!attribute [rw] days
@return [Time]
midnight UTC.
class. The date value must be in ISO 8601 format. The time is always
Indicates when objects are transitioned to the specified storage
@!attribute [rw] date
}
storage_class: “GLACIER”, # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
days: 1,
date: Time.now,
{
data as a hash:
@note When making an API call, you may pass Transition
Specifies when an object transitions to a specified storage class.