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.
7973 7974 7975 |
# File 'sig/types.rbs', line 7973 def crawler_name @crawler_name end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
7974 7975 7976 |
# File 'sig/types.rbs', line 7974 def schedule @schedule end |