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.
9443 9444 9445 |
# File 'sig/types.rbs', line 9443 def monitoring_job_definition @monitoring_job_definition end |
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
9444 9445 9446 |
# File 'sig/types.rbs', line 9444 def monitoring_job_definition_name @monitoring_job_definition_name end |
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
9445 9446 9447 |
# File 'sig/types.rbs', line 9445 def monitoring_type @monitoring_type end |
#schedule_config ⇒ Types::ScheduleConfig
Returns the value of attribute schedule_config.
9442 9443 9444 |
# File 'sig/types.rbs', line 9442 def schedule_config @schedule_config end |