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.
4159 4160 4161 4162 4163 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4159 class UpdateVpcEndpointResponse < Struct.new( :vpc_endpoint) SENSITIVE = [] include Aws::Structure end |