Class: Aws::Types::CreateLegalHoldInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def description
  @description
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def idempotency_token
  @idempotency_token
end

#recovery_point_selectionTypes::RecoveryPointSelection

Returns the value of attribute recovery_point_selection.



380
381
382
# File 'sig/types.rbs', line 380

def recovery_point_selection
  @recovery_point_selection
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


381
382
383
# File 'sig/types.rbs', line 381

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def title
  @title
end