Class: Aws::ElasticsearchService::Types::UpdateVpcEndpointResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vpc_endpointTypes::VpcEndpoint

The endpoint to be updated.

Returns:



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