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
Note:
When making an API call, you may pass GetCrawlerRequest data as a hash:
{
name: "NameString", # required
}
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.
6994 6995 6996 6997 6998 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6994 class GetCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |