Class: Aws::ElasticsearchService::Types::CreateVpcEndpointResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vpc_endpointTypes::VpcEndpoint

Information about the newly created VPC endpoint.

Returns:



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