Class: Aws::EC2::Types::DescribeVpcEndpointsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeVpcEndpointsResult
 
 
- 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 when requesting the next set of items.
 - 
  
    
      #vpc_endpoints  ⇒ Array<Types::VpcEndpoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the VPC endpoints.
 
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
      30192 30193 30194 30195 30196 30197  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 30192 class DescribeVpcEndpointsResult < Struct.new( :vpc_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_endpoints ⇒ Array<Types::VpcEndpoint>
Information about the VPC endpoints.
      30192 30193 30194 30195 30196 30197  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 30192 class DescribeVpcEndpointsResult < Struct.new( :vpc_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end  |