Class: Aws::Glue::Types::StopCrawlerScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopCrawlerScheduleRequest
- 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 whose schedule state to set.
Instance Attribute Details
#crawler_name ⇒ String
Name of the crawler whose schedule state to set.
24645 24646 24647 24648 24649 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24645 class StopCrawlerScheduleRequest < Struct.new( :crawler_name) SENSITIVE = [] include Aws::Structure end |