Class: Aws::Glue::Types::BatchGetDevEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetDevEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_endpoint_names ⇒ Array<String>
The list of ‘DevEndpoint` names, which might be the names returned from the `ListDevEndpoint` operation.
Instance Attribute Details
#dev_endpoint_names ⇒ Array<String>
The list of ‘DevEndpoint` names, which might be the names returned from the `ListDevEndpoint` operation.
996 997 998 999 1000 |
# File 'lib/aws-sdk-glue/types.rb', line 996 class BatchGetDevEndpointsRequest < Struct.new( :dev_endpoint_names) SENSITIVE = [] include Aws::Structure end |