Class: Aws::Types::ListBackupAccessPointsByRecoveryPointResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupAccessPointsByRecoveryPointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_access_points ⇒ ::Array[Types::ListAccessPointsMember]
Returns the value of attribute backup_access_points.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#backup_access_points ⇒ ::Array[Types::ListAccessPointsMember]
Returns the value of attribute backup_access_points.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def backup_access_points @backup_access_points end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def next_token @next_token end |