Class: Aws::SMS::Types::GetReplicationRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GetReplicationRunsResponse
- Defined in:
- gems/aws-sdk-sms/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.
1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1027 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.
1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1027 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.
1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1027 class GetReplicationRunsResponse < Struct.new( :replication_job, :replication_run_list, :next_token) SENSITIVE = [] include Aws::Structure end |