Class: Aws::OpenSearchService::Types::UpdateVpcEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpointTypes::VpcEndpoint

The endpoint to be updated.

Returns:



8214
8215
8216
8217
8218
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 8214

class UpdateVpcEndpointResponse < Struct.new(
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end