Class: Aws::EC2::Types::DescribeTransitGatewayAttachmentsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeTransitGatewayAttachmentsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 - 
  
    
      #transit_gateway_attachments  ⇒ Array<Types::TransitGatewayAttachment> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the attachments.
 
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
      28079 28080 28081 28082 28083 28084  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 28079 class DescribeTransitGatewayAttachmentsResult < Struct.new( :transit_gateway_attachments, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachments ⇒ Array<Types::TransitGatewayAttachment>
Information about the attachments.
      28079 28080 28081 28082 28083 28084  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 28079 class DescribeTransitGatewayAttachmentsResult < Struct.new( :transit_gateway_attachments, :next_token) SENSITIVE = [] include Aws::Structure end  |