Class: Aws::Types::ListRecoveryPointsByLegalHoldInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRecoveryPointsByLegalHoldInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#legal_hold_id ⇒ ::String
Returns the value of attribute legal_hold_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#legal_hold_id ⇒ ::String
Returns the value of attribute legal_hold_id.
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.
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.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def next_token @next_token end |