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:



9478
9479
9480
9481
9482
# File 'lib/aws-sdk-glue/types.rb', line 9478

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