Class: Aws::ElasticsearchService::Types::CreateVpcEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::CreateVpcEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response parameters to the ‘CreateVpcEndpoint` operation. Contains the configuration and status of the VPC Endpoint being created.
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.
1024 1025 1026 1027 1028 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1024 class CreateVpcEndpointResponse < Struct.new( :vpc_endpoint) SENSITIVE = [] include Aws::Structure end |