Class: Aws::SMS::Types::GetReplicationRunsRequest

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)


805
806
807
808
809
810
811
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 805

class GetReplicationRunsRequest < 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)


805
806
807
808
809
810
811
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 805

class GetReplicationRunsRequest < 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)


805
806
807
808
809
810
811
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 805

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