Class: Aws::OpenSearchServerless::Types::CreateVpcEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateVpcEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_vpc_endpoint_detail ⇒ Types::CreateVpcEndpointDetail
Details about the created interface VPC endpoint.
Instance Attribute Details
#create_vpc_endpoint_detail ⇒ Types::CreateVpcEndpointDetail
Details about the created interface VPC endpoint.
853 854 855 856 857 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 853 class CreateVpcEndpointResponse < Struct.new( :create_vpc_endpoint_detail) SENSITIVE = [] include Aws::Structure end |