Class: Aws::Types::ListIndexedRecoveryPointsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListIndexedRecoveryPointsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#indexed_recovery_points ⇒ ::Array[Types::IndexedRecoveryPoint]
Returns the value of attribute indexed_recovery_points.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#indexed_recovery_points ⇒ ::Array[Types::IndexedRecoveryPoint]
Returns the value of attribute indexed_recovery_points.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def indexed_recovery_points @indexed_recovery_points end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def next_token @next_token end |