Class: Aws::ElasticsearchService::Types::DescribeVpcEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeVpcEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to the ‘DescribeVpcEndpoints` operation. Specifies the list of VPC endpoints to be described.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint_ids ⇒ Array<String>
The unique identifiers of the endpoints to get information about.
Instance Attribute Details
#vpc_endpoint_ids ⇒ Array<String>
The unique identifiers of the endpoints to get information about.
1743 1744 1745 1746 1747 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1743 class DescribeVpcEndpointsRequest < Struct.new( :vpc_endpoint_ids) SENSITIVE = [] include Aws::Structure end |