Class: Aws::Types::DescribeReplicationTasksResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationTasksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#replication_tasks ⇒ ::Array[Types::ReplicationTask]
Returns the value of attribute replication_tasks.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def marker @marker end |
#replication_tasks ⇒ ::Array[Types::ReplicationTask]
Returns the value of attribute replication_tasks.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def replication_tasks @replication_tasks end |