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.
1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1639 class DescribeVpcEndpointsRequest < Struct.new( :vpc_endpoint_ids) SENSITIVE = [] include Aws::Structure end |