Class: Aws::SMS::Types::GetReplicationRunsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::GetReplicationRunsRequest
 
 
- 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.
      805 806 807 808 809 810 811  | 
    
      # File '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_token ⇒ String
The token for the next set of results.
      805 806 807 808 809 810 811  | 
    
      # File '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_id ⇒ String
The ID of the replication job.
      805 806 807 808 809 810 811  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 805 class GetReplicationRunsRequest < Struct.new( :replication_job_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |