Class: Aws::OpenSearchService::Types::CreateVpcEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreateVpcEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint ⇒ Types::VpcEndpoint
Information about the newly created VPC endpoint.
Instance Attribute Details
#vpc_endpoint ⇒ Types::VpcEndpoint
Information about the newly created VPC endpoint.
1834 1835 1836 1837 1838 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1834 class CreateVpcEndpointResponse < Struct.new( :vpc_endpoint) SENSITIVE = [] include Aws::Structure end |