Class: Aws::Types::UpdateMonitoringScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitoringScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
Returns the value of attribute monitoring_schedule_config.
-
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
Instance Attribute Details
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
Returns the value of attribute monitoring_schedule_config.
12309 12310 12311 |
# File 'sig/types.rbs', line 12309 def monitoring_schedule_config @monitoring_schedule_config end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
12308 12309 12310 |
# File 'sig/types.rbs', line 12308 def monitoring_schedule_name @monitoring_schedule_name end |