Class: Aws::ElasticsearchService::Types::CreateVpcEndpointResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::CreateVpcEndpointResponse
 
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response parameters to the CreateVpcEndpoint
operation. Contains the configuration and status of the VPC Endpoint
being created.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #vpc_endpoint  ⇒ Types::VpcEndpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the newly created VPC endpoint. 
Instance Attribute Details
#vpc_endpoint ⇒ Types::VpcEndpoint
Information about the newly created VPC endpoint.
| 1128 1129 1130 1131 1132 | # File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1128 class CreateVpcEndpointResponse < Struct.new( :vpc_endpoint) SENSITIVE = [] include Aws::Structure end |