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.
4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4492 class UpdateVpcEndpointResponse < Struct.new( :vpc_endpoint) SENSITIVE = [] include Aws::Structure end |