Class: Aws::Glue::Types::BatchGetDevEndpointsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dev_endpoint_namesArray<String>

The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.

Returns:

  • (Array<String>)


889
890
891
892
893
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 889

class BatchGetDevEndpointsRequest < Struct.new(
  :dev_endpoint_names)
  SENSITIVE = []
  include Aws::Structure
end