Class: Aws::DLM::Types::ArchiveRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dlm/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

Instance Attribute Details

#retain_ruleTypes::ArchiveRetainRule

Information about the retention period for the snapshot archiving rule.



64
65
66
67
68
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 64

class ArchiveRule < Struct.new(
  :retain_rule)
  SENSITIVE = []
  include Aws::Structure
end