Class: Aws::SMS::Types::GetReplicationJobsResponse

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)


782
783
784
785
786
787
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 782

class GetReplicationJobsResponse < Struct.new(
  :replication_job_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#replication_job_listArray<Types::ReplicationJob>

Information about the replication jobs.

Returns:



782
783
784
785
786
787
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 782

class GetReplicationJobsResponse < Struct.new(
  :replication_job_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end