Class: Aws::Types::UpdateCrawlerScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCrawlerScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawler_name ⇒ ::String
Returns the value of attribute crawler_name.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
Instance Attribute Details
#crawler_name ⇒ ::String
Returns the value of attribute crawler_name.
7931 7932 7933 |
# File 'sig/types.rbs', line 7931 def crawler_name @crawler_name end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
7932 7933 7934 |
# File 'sig/types.rbs', line 7932 def schedule @schedule end |