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:



6219
6220
6221
6222
6223
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6219

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