Class: Aws::Glue::Types::GetCrawlerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCrawlerRequest
- Defined in:
- gems/aws-sdk-glue/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.
9351 9352 9353 9354 9355 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9351 class GetCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |