Class: Aws::Types::MonitoringScheduleConfig
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringScheduleConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitoring_job_definition ⇒ Types::MonitoringJobDefinition
Returns the value of attribute monitoring_job_definition.
-
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
-
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
-
#schedule_config ⇒ Types::ScheduleConfig
Returns the value of attribute schedule_config.
Instance Attribute Details
#monitoring_job_definition ⇒ Types::MonitoringJobDefinition
Returns the value of attribute monitoring_job_definition.
9428 9429 9430 |
# File 'sig/types.rbs', line 9428 def monitoring_job_definition @monitoring_job_definition end |
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
9429 9430 9431 |
# File 'sig/types.rbs', line 9429 def monitoring_job_definition_name @monitoring_job_definition_name end |
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
9430 9431 9432 |
# File 'sig/types.rbs', line 9430 def monitoring_type @monitoring_type end |
#schedule_config ⇒ Types::ScheduleConfig
Returns the value of attribute schedule_config.
9427 9428 9429 |
# File 'sig/types.rbs', line 9427 def schedule_config @schedule_config end |