Class: Aws::Types::DescribeReplicationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#replications ⇒ ::Array[Types::Replication]
Returns the value of attribute replications.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def marker @marker end |
#replications ⇒ ::Array[Types::Replication]
Returns the value of attribute replications.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def replications @replications end |