Class: Aws::Glue::Types::BatchGetDevEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetDevEndpointsRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_endpoint_names ⇒ Array<String>
The list of
DevEndpointnames, which might be the names returned from theListDevEndpointoperation.
Instance Attribute Details
#dev_endpoint_names ⇒ Array<String>
The list of DevEndpoint names, which might be the names returned
from the ListDevEndpoint operation.
1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1159 class BatchGetDevEndpointsRequest < Struct.new( :dev_endpoint_names) SENSITIVE = [] include Aws::Structure end |