Class: Aws::ElasticsearchService::Types::DescribeVpcEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeVpcEndpointsResponse
- 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
-
#vpc_endpoint_errors ⇒ Array<Types::VpcEndpointError>
Any errors associated with the request.
-
#vpc_endpoints ⇒ Array<Types::VpcEndpoint>
Information about each requested VPC endpoint.
Instance Attribute Details
#vpc_endpoint_errors ⇒ Array<Types::VpcEndpointError>
Any errors associated with the request.
1658 1659 1660 1661 1662 1663 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1658 class DescribeVpcEndpointsResponse < Struct.new( :vpc_endpoints, :vpc_endpoint_errors) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoints ⇒ Array<Types::VpcEndpoint>
Information about each requested VPC endpoint.
1658 1659 1660 1661 1662 1663 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1658 class DescribeVpcEndpointsResponse < Struct.new( :vpc_endpoints, :vpc_endpoint_errors) SENSITIVE = [] include Aws::Structure end |