Class: Aws::OpenSearchService::Types::DescribeVpcEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeVpcEndpointsRequest
- Defined in:
- gems/aws-sdk-opensearchservice/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.
3022 3023 3024 3025 3026 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3022 class DescribeVpcEndpointsRequest < Struct.new( :vpc_endpoint_ids) SENSITIVE = [] include Aws::Structure end |