Class: Aws::Types::CreateMonitoringScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMonitoringScheduleRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
Returns the value of attribute monitoring_schedule_config.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def monitoring_schedule_config @monitoring_schedule_config end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def monitoring_schedule_name @monitoring_schedule_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def @tags end |