Class: Aws::DLM::Types::ArchiveRetainRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::ArchiveRetainRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
**[Custom snapshot policies only]** Specifies information about the archive storage tier retention period.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retention_archive_tier ⇒ Types::RetentionArchiveTier
Information about retention period in the Amazon EBS Snapshots Archive.
Instance Attribute Details
#retention_archive_tier ⇒ Types::RetentionArchiveTier
Information about retention period in the Amazon EBS Snapshots Archive. For more information, see [Archive Amazon EBS snapshots].
[1]: docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/snapshot-archive.html
48 49 50 51 52 |
# File 'lib/aws-sdk-dlm/types.rb', line 48 class ArchiveRetainRule < Struct.new( :retention_archive_tier) SENSITIVE = [] include Aws::Structure end |