Class: Aws::EC2::Types::CreateVpcEndpointResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateVpcEndpointResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #vpc_endpoint  ⇒ Types::VpcEndpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the endpoint.
 
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      14194 14195 14196 14197 14198 14199  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14194 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_endpoint ⇒ Types::VpcEndpoint
Information about the endpoint.
      14194 14195 14196 14197 14198 14199  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14194 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end  |