Class: Aws::OpenSearchService::Types::DescribeVpcEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeVpcEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
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.
2632 2633 2634 2635 2636 2637 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2632 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.
2632 2633 2634 2635 2636 2637 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2632 class DescribeVpcEndpointsResponse < Struct.new( :vpc_endpoints, :vpc_endpoint_errors) SENSITIVE = [] include Aws::Structure end |