Class: Aws::Glue::Types::BatchGetCrawlersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_namesArray<String>

A list of crawler names, which might be the names returned from the ‘ListCrawlers` operation.

Returns:

  • (Array<String>)


799
800
801
802
803
# File 'lib/aws-sdk-glue/types.rb', line 799

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