Class: Aws::ElasticsearchService::Types::UpdateVpcEndpointResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::UpdateVpcEndpointResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Contains the configuration and status of the VPC endpoint being updated.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #vpc_endpoint  ⇒ Types::VpcEndpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The endpoint to be updated. 
Instance Attribute Details
#vpc_endpoint ⇒ Types::VpcEndpoint
The endpoint to be updated.
| 4319 4320 4321 4322 4323 | # File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4319 class UpdateVpcEndpointResponse < Struct.new( :vpc_endpoint) SENSITIVE = [] include Aws::Structure end |