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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1648
1649
1650
1651
1652
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1648

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