Class: Aws::DLM::Types::ArchiveRetainRule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#retention_archive_tierTypes::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