Class: Aws::Glue::Types::GetCrawlerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCrawlerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawler ⇒ Types::Crawler
The metadata for the specified crawler.
Instance Attribute Details
#crawler ⇒ Types::Crawler
The metadata for the specified crawler.
10936 10937 10938 10939 10940 |
# File 'lib/aws-sdk-glue/types.rb', line 10936 class GetCrawlerResponse < Struct.new( :crawler) SENSITIVE = [] include Aws::Structure end |