class Aws::S3::Types::Tiering
The S3
Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead.
@note When making an API call, you may pass Tiering
data as a hash: { days: 1, # required access_tier: "ARCHIVE_ACCESS", # required, accepts ARCHIVE_ACCESS, DEEP_ARCHIVE_ACCESS }
@!attribute [rw] days
The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier. The minimum number of days specified for Archive Access tier must be at least 90 days and Deep Archive Access tier must be at least 180 days. The maximum can be up to 2 years (730 days). @return [Integer]
@!attribute [rw] access_tier
S3 Intelligent-Tiering access tier. See [Storage class for automatically optimizing frequently and infrequently accessed objects][1] for a list of access tiers in the S3 Intelligent-Tiering storage class. [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access @return [String]
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Tiering AWS API Documentation
Constants
- SENSITIVE