Class: Aws::OpenSearchServerless::Types::BatchGetVpcEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::BatchGetVpcEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
A list of VPC endpoint identifiers.
Instance Attribute Details
#ids ⇒ Array<String>
A list of VPC endpoint identifiers.
241 242 243 244 245 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 241 class BatchGetVpcEndpointRequest < Struct.new( :ids) SENSITIVE = [] include Aws::Structure end |