Class: Aws::Glue::Types::BatchGetCrawlersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetCrawlersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawler_names ⇒ Array<String>
A list of crawler names, which might be the names returned from the ‘ListCrawlers` operation.
Instance Attribute Details
#crawler_names ⇒ Array<String>
A list of crawler names, which might be the names returned from the ‘ListCrawlers` operation.
906 907 908 909 910 |
# File 'lib/aws-sdk-glue/types.rb', line 906 class BatchGetCrawlersRequest < Struct.new( :crawler_names) SENSITIVE = [] include Aws::Structure end |