Class: Aws::Glue::Types::GetCrawlerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawlerTypes::Crawler

The metadata for the specified crawler.

Returns:



13751
13752
13753
13754
13755
# File 'lib/aws-sdk-glue/types.rb', line 13751

class GetCrawlerResponse < Struct.new(
  :crawler)
  SENSITIVE = []
  include Aws::Structure
end