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.
7963 7964 7965 |
# File 'sig/types.rbs', line 7963 def crawler_name @crawler_name end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
7964 7965 7966 |
# File 'sig/types.rbs', line 7964 def schedule @schedule end |