Class: Aws::Backup::Types::CancelLegalHoldInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CancelLegalHoldInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cancel_description ⇒ String
A string the describes the reason for removing the legal hold.
-
#legal_hold_id ⇒ String
The ID of the legal hold.
-
#retain_record_in_days ⇒ Integer
The integer amount, in days, after which to remove legal hold.
Instance Attribute Details
#cancel_description ⇒ String
A string the describes the reason for removing the legal hold.
1147 1148 1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1147 class CancelLegalHoldInput < Struct.new( :legal_hold_id, :cancel_description, :retain_record_in_days) SENSITIVE = [] include Aws::Structure end |
#legal_hold_id ⇒ String
The ID of the legal hold.
1147 1148 1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1147 class CancelLegalHoldInput < Struct.new( :legal_hold_id, :cancel_description, :retain_record_in_days) SENSITIVE = [] include Aws::Structure end |
#retain_record_in_days ⇒ Integer
The integer amount, in days, after which to remove legal hold.
1147 1148 1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1147 class CancelLegalHoldInput < Struct.new( :legal_hold_id, :cancel_description, :retain_record_in_days) SENSITIVE = [] include Aws::Structure end |