Class: Aws::SMS::Types::GetReplicationRunsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token required to retrieve the next set of results. This value is null when there are no more results to return.

Returns:

  • (String)


828
829
830
831
832
833
834
# File 'gems/aws-sdk-sms/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_jobTypes::ReplicationJob

Information about the replication job.



828
829
830
831
832
833
834
# File 'gems/aws-sdk-sms/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_listArray<Types::ReplicationRun>

Information about the replication runs.

Returns:



828
829
830
831
832
833
834
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 828

class GetReplicationRunsResponse < Struct.new(
  :replication_job,
  :replication_run_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end