Class: Aws::Glue::Types::GetCrawlerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCrawlerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the crawler to retrieve metadata for.
Instance Attribute Details
#name ⇒ String
The name of the crawler to retrieve metadata for.
10064 10065 10066 10067 10068 |
# File 'lib/aws-sdk-glue/types.rb', line 10064 class GetCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |