Class: Aws::Glue::Types::BatchGetCrawlersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetCrawlersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawlers ⇒ Array<Types::Crawler>
A list of crawler definitions.
-
#crawlers_not_found ⇒ Array<String>
A list of names of crawlers that were not found.
Instance Attribute Details
#crawlers ⇒ Array<Types::Crawler>
A list of crawler definitions.
922 923 924 925 926 927 |
# File 'lib/aws-sdk-glue/types.rb', line 922 class BatchGetCrawlersResponse < Struct.new( :crawlers, :crawlers_not_found) SENSITIVE = [] include Aws::Structure end |
#crawlers_not_found ⇒ Array<String>
A list of names of crawlers that were not found.
922 923 924 925 926 927 |
# File 'lib/aws-sdk-glue/types.rb', line 922 class BatchGetCrawlersResponse < Struct.new( :crawlers, :crawlers_not_found) SENSITIVE = [] include Aws::Structure end |