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.
9917 9918 9919 9920 9921 |
# File 'lib/aws-sdk-glue/types.rb', line 9917 class GetCrawlerResponse < Struct.new( :crawler) SENSITIVE = [] include Aws::Structure end |