Class: Aws::Glue::Types::StartCrawlerScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartCrawlerScheduleRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
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.
23732 23733 23734 23735 23736 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23732 class StartCrawlerScheduleRequest < Struct.new( :crawler_name) SENSITIVE = [] include Aws::Structure end |