Class: Aws::SMS::Types::GetReplicationJobsRequest

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

#max_resultsInteger

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

Returns:

  • (Integer)


763
764
765
766
767
768
769
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 763

class GetReplicationJobsRequest < Struct.new(
  :replication_job_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


763
764
765
766
767
768
769
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 763

class GetReplicationJobsRequest < Struct.new(
  :replication_job_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#replication_job_idString

The ID of the replication job.

Returns:

  • (String)


763
764
765
766
767
768
769
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 763

class GetReplicationJobsRequest < Struct.new(
  :replication_job_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end