class Aws::SMS::Types::GetReplicationJobsRequest

@note When making an API call, you may pass GetReplicationJobsRequest

data as a hash:

    {
      replication_job_id: "ReplicationJobId",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] replication_job_id

The ID of the replication job.
@return [String]

@!attribute [rw] next_token

The token for the next set of results.
@return [String]

@!attribute [rw] max_results

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationJobsRequest AWS API Documentation

Constants

SENSITIVE