Class: Aws::Glue::Types::StartCrawlerScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartCrawlerScheduleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass StartCrawlerScheduleRequest data as a hash:
{
crawler_name: "NameString", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawler_name ⇒ String
Name of the crawler to schedule.
Instance Attribute Details
#crawler_name ⇒ String
Name of the crawler to schedule.
13694 13695 13696 13697 13698 |
# File 'lib/aws-sdk-glue/types.rb', line 13694 class StartCrawlerScheduleRequest < Struct.new( :crawler_name) SENSITIVE = [] include Aws::Structure end |