Module: Aws::SMS::Client::_GetReplicationRunsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetReplicationRunsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #replication_job ⇒ Types::ReplicationJob
- #replication_run_list ⇒ ::Array[Types::ReplicationRun]
Instance Method Details
#next_token ⇒ ::String
317 |
# File 'sig/client.rbs', line 317
def next_token: () -> ::String
|
#replication_job ⇒ Types::ReplicationJob
315 |
# File 'sig/client.rbs', line 315
def replication_job: () -> Types::ReplicationJob
|
#replication_run_list ⇒ ::Array[Types::ReplicationRun]
316 |
# File 'sig/client.rbs', line 316
def replication_run_list: () -> ::Array[Types::ReplicationRun]
|