Class: Aws::EFS::Types::DescribeReplicationConfigurationsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EFS::Types::DescribeReplicationConfigurationsResponse
 
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    You can use the NextTokenfrom the previous response in a subsequent request to fetch the additional descriptions.
- 
  
    
      #replications  ⇒ Array<Types::ReplicationConfigurationDescription> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The collection of replication configurations that is returned. 
Instance Attribute Details
#next_token ⇒ String
You can use the NextToken from the previous response in a
subsequent request to fetch the additional descriptions.
| 1125 1126 1127 1128 1129 1130 | # File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1125 class DescribeReplicationConfigurationsResponse < Struct.new( :replications, :next_token) SENSITIVE = [] include Aws::Structure end | 
#replications ⇒ Array<Types::ReplicationConfigurationDescription>
The collection of replication configurations that is returned.
| 1125 1126 1127 1128 1129 1130 | # File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1125 class DescribeReplicationConfigurationsResponse < Struct.new( :replications, :next_token) SENSITIVE = [] include Aws::Structure end |