Class: Aws::Backup::Types::GetLegalHoldInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetLegalHoldInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#legal_hold_id ⇒ String
This is the ID required to use
GetLegalHold
.
Instance Attribute Details
#legal_hold_id ⇒ String
This is the ID required to use GetLegalHold
. This unique ID is
associated with a specific legal hold.
3274 3275 3276 3277 3278 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3274 class GetLegalHoldInput < Struct.new( :legal_hold_id) SENSITIVE = [] include Aws::Structure end |