Class: Aws::Types::CancelLegalHoldInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_description::String

Returns the value of attribute cancel_description.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def cancel_description
  @cancel_description
end

Returns the value of attribute legal_hold_id.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def legal_hold_id
  @legal_hold_id
end

#retain_record_in_days::Integer

Returns the value of attribute retain_record_in_days.

Returns:

  • (::Integer)


203
204
205
# File 'sig/types.rbs', line 203

def retain_record_in_days
  @retain_record_in_days
end