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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



10076
10077
10078
10079
10080
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10076

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