Class: Aws::Types::ListRecoveryPointsByLegalHoldInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute legal_hold_id.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def legal_hold_id
  @legal_hold_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def next_token
  @next_token
end