Class: Aws::SMS::Types::GetReplicationJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GetReplicationJobsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token for the next set of results.
-
#replication_job_id ⇒ String
The ID of the replication job.
Instance Attribute Details
#max_results ⇒ Integer
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.
763 764 765 766 767 768 769 |
# File '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_token ⇒ String
The token for the next set of results.
763 764 765 766 767 768 769 |
# File '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_id ⇒ String
The ID of the replication job.
763 764 765 766 767 768 769 |
# File 'lib/aws-sdk-sms/types.rb', line 763 class GetReplicationJobsRequest < Struct.new( :replication_job_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |