Class: Aws::Backup::Types::GetLegalHoldInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The ID of the legal hold.

Returns:

  • (String)


4354
4355
4356
4357
4358
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4354

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