Class: Aws::DLM::Types::ArchiveRetainRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::ArchiveRetainRule
- Defined in:
- gems/aws-sdk-dlm/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.
48 49 50 51 52 |
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 48 class ArchiveRetainRule < Struct.new( :retention_archive_tier) SENSITIVE = [] include Aws::Structure end |