Class: Aws::Glue::Types::StartCrawlerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartCrawlerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass StartCrawlerRequest data as a hash:
{
name: "NameString", # required
}
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.
15586 15587 15588 15589 15590 |
# File 'lib/aws-sdk-glue/types.rb', line 15586 class StartCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |