Class: Aws::Glue::Types::BatchGetCrawlersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetCrawlersRequest
- Defined in:
- gems/aws-sdk-glue/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.
1015 1016 1017 1018 1019 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1015 class BatchGetCrawlersRequest < Struct.new( :crawler_names) SENSITIVE = [] include Aws::Structure end |