Module: Aws::ElasticsearchService::Client::_DescribeVpcEndpointsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeVpcEndpointsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #vpc_endpoint_errors ⇒ ::Array[Types::VpcEndpointError]
- #vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Instance Method Details
#vpc_endpoint_errors ⇒ ::Array[Types::VpcEndpointError]
479 |
# File 'sig/client.rbs', line 479
def vpc_endpoint_errors: () -> ::Array[Types::VpcEndpointError]
|
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
478 |
# File 'sig/client.rbs', line 478
def vpc_endpoints: () -> ::Array[Types::VpcEndpoint]
|