Class: Aws::EC2::Types::DescribeVpcEndpointAssociationsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeVpcEndpointAssociationsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pagination token.
 - 
  
    
      #vpc_endpoint_associations  ⇒ Array<Types::VpcEndpointAssociation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details of the endpoint associations.
 
Instance Attribute Details
#next_token ⇒ String
The pagination token.
      29736 29737 29738 29739 29740 29741  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29736 class DescribeVpcEndpointAssociationsResult < Struct.new( :vpc_endpoint_associations, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_endpoint_associations ⇒ Array<Types::VpcEndpointAssociation>
Details of the endpoint associations.
      29736 29737 29738 29739 29740 29741  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29736 class DescribeVpcEndpointAssociationsResult < Struct.new( :vpc_endpoint_associations, :next_token) SENSITIVE = [] include Aws::Structure end  |