Class: Aws::EC2::Types::CreateVpcEndpointResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::CreateVpcEndpointResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 15826 15827 15828 15829 15830 15831 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15826 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end | 
#vpc_endpoint ⇒ Types::VpcEndpoint
Information about the endpoint.
| 15826 15827 15828 15829 15830 15831 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15826 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end |