Class: Aws::OpenSearchService::Types::CreateVpcEndpointResponse

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

Information about the newly created VPC endpoint.

Returns:



1580
1581
1582
1583
1584
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1580

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