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.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def monitoring_schedule_config @monitoring_schedule_config end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def monitoring_schedule_name @monitoring_schedule_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def end |