Class: Aws::OpenSearchService::Types::DescribeVpcEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeVpcEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
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.
2912 2913 2914 2915 2916 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2912 class DescribeVpcEndpointsRequest < Struct.new( :vpc_endpoint_ids) SENSITIVE = [] include Aws::Structure end |