Class: Aws::ElasticsearchService::Types::DescribeVpcEndpointsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for response parameters to the ‘DescribeVpcEndpoints` operation. Returns a list containing configuration details and status of the VPC Endpoints as well as a list containing error responses of the endpoints that could not be described

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_errorsArray<Types::VpcEndpointError>

Any errors associated with the request.

Returns:



1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1762

class DescribeVpcEndpointsResponse < Struct.new(
  :vpc_endpoints,
  :vpc_endpoint_errors)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpointsArray<Types::VpcEndpoint>

Information about each requested VPC endpoint.

Returns:



1762
1763
1764
1765
1766
1767
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1762

class DescribeVpcEndpointsResponse < Struct.new(
  :vpc_endpoints,
  :vpc_endpoint_errors)
  SENSITIVE = []
  include Aws::Structure
end