Class: Aws::FSx::Types::DescribeDataRepositoryAssociationsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::DescribeDataRepositoryAssociationsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #associations  ⇒ Array<Types::DataRepositoryAssociation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of one or more data repository association descriptions.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
(Optional) Opaque pagination token returned from a previous operation (String).
 
Instance Attribute Details
#associations ⇒ Array<Types::DataRepositoryAssociation>
An array of one or more data repository association descriptions.
      4888 4889 4890 4891 4892 4893  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4888 class DescribeDataRepositoryAssociationsResponse < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
(Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous ‘NextToken` value left off.
      4888 4889 4890 4891 4892 4893  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4888 class DescribeDataRepositoryAssociationsResponse < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end  |