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:



6306
6307
6308
6309
6310
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6306

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