Class: Aws::Glue::Types::StartCrawlerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartCrawlerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the crawler to start.
Instance Attribute Details
#name ⇒ String
Name of the crawler to start.
21397 21398 21399 21400 21401 |
# File 'lib/aws-sdk-glue/types.rb', line 21397 class StartCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |