Class: Aws::SMS::Types::GetReplicationRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GetReplicationRunsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token required to retrieve the next set of results.
-
#replication_job ⇒ Types::ReplicationJob
Information about the replication job.
-
#replication_run_list ⇒ Array<Types::ReplicationRun>
Information about the replication runs.
Instance Attribute Details
#next_token ⇒ String
The token required to retrieve the next set of results. This value is null when there are no more results to return.
828 829 830 831 832 833 834 |
# File 'lib/aws-sdk-sms/types.rb', line 828 class GetReplicationRunsResponse < Struct.new( :replication_job, :replication_run_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#replication_job ⇒ Types::ReplicationJob
Information about the replication job.
828 829 830 831 832 833 834 |
# File 'lib/aws-sdk-sms/types.rb', line 828 class GetReplicationRunsResponse < Struct.new( :replication_job, :replication_run_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#replication_run_list ⇒ Array<Types::ReplicationRun>
Information about the replication runs.
828 829 830 831 832 833 834 |
# File 'lib/aws-sdk-sms/types.rb', line 828 class GetReplicationRunsResponse < Struct.new( :replication_job, :replication_run_list, :next_token) SENSITIVE = [] include Aws::Structure end |