Class: Aws::Backup::Types::CancelLegalHoldInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CancelLegalHoldInput
- Includes:
- Structure
- Defined in:
- 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.
1059 1060 1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-backup/types.rb', line 1059 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.
1059 1060 1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-backup/types.rb', line 1059 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.
1059 1060 1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-backup/types.rb', line 1059 class CancelLegalHoldInput < Struct.new( :legal_hold_id, :cancel_description, :retain_record_in_days) SENSITIVE = [] include Aws::Structure end |