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

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

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.



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