Class: Aws::SMS::Types::GetReplicationJobsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::GetReplicationJobsResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token required to retrieve the next set of results.
 - 
  
    
      #replication_job_list  ⇒ Array<Types::ReplicationJob> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the replication jobs.
 
Instance Attribute Details
#next_token ⇒ String
The token required to retrieve the next set of results. This value is null when there are no more results to return.
      782 783 784 785 786 787  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 782 class GetReplicationJobsResponse < Struct.new( :replication_job_list, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#replication_job_list ⇒ Array<Types::ReplicationJob>
Information about the replication jobs.
      782 783 784 785 786 787  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 782 class GetReplicationJobsResponse < Struct.new( :replication_job_list, :next_token) SENSITIVE = [] include Aws::Structure end  |