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.
888 889 890 891 892 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 888 class CreateVpcEndpointResponse < Struct.new( :create_vpc_endpoint_detail) SENSITIVE = [] include Aws::Structure end |