Class: Aws::DLM::Types::ArchiveRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::ArchiveRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
**[Custom snapshot policies only]** Specifies a snapshot archiving rule for a schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retain_rule ⇒ Types::ArchiveRetainRule
Information about the retention period for the snapshot archiving rule.
Instance Attribute Details
#retain_rule ⇒ Types::ArchiveRetainRule
Information about the retention period for the snapshot archiving rule.
64 65 66 67 68 |
# File 'lib/aws-sdk-dlm/types.rb', line 64 class ArchiveRule < Struct.new( :retain_rule) SENSITIVE = [] include Aws::Structure end |