Class: Aws::Drs::Types::DescribeReplicationConfigurationTemplatesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::DescribeReplicationConfigurationTemplatesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Types::ReplicationConfigurationTemplate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of Replication Configuration Templates.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token of the next Replication Configuration Template to retrieve.
 
Instance Attribute Details
#items ⇒ Array<Types::ReplicationConfigurationTemplate>
An array of Replication Configuration Templates.
      958 959 960 961 962 963  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 958 class DescribeReplicationConfigurationTemplatesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token of the next Replication Configuration Template to retrieve.
      958 959 960 961 962 963  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 958 class DescribeReplicationConfigurationTemplatesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end  |