Class: Aws::Types::ModelDashboardMonitoringSchedule
- Inherits:
-
Object
- Object
- Aws::Types::ModelDashboardMonitoringSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_transform_input ⇒ Types::BatchTransformInput
Returns the value of attribute batch_transform_input.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Returns the value of attribute last_monitoring_execution_summary.
-
#monitoring_alert_summaries ⇒ ::Array[Types::MonitoringAlertSummary]
Returns the value of attribute monitoring_alert_summaries.
-
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
-
#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.
-
#monitoring_schedule_status ⇒ "Pending", ...
Returns the value of attribute monitoring_schedule_status.
-
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
Instance Attribute Details
#batch_transform_input ⇒ Types::BatchTransformInput
Returns the value of attribute batch_transform_input.
9002 9003 9004 |
# File 'sig/types.rbs', line 9002 def batch_transform_input @batch_transform_input end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8996 8997 8998 |
# File 'sig/types.rbs', line 8996 def creation_time @creation_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
8999 9000 9001 |
# File 'sig/types.rbs', line 8999 def endpoint_name @endpoint_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
8995 8996 8997 |
# File 'sig/types.rbs', line 8995 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8997 8998 8999 |
# File 'sig/types.rbs', line 8997 def last_modified_time @last_modified_time end |
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Returns the value of attribute last_monitoring_execution_summary.
9001 9002 9003 |
# File 'sig/types.rbs', line 9001 def last_monitoring_execution_summary @last_monitoring_execution_summary end |
#monitoring_alert_summaries ⇒ ::Array[Types::MonitoringAlertSummary]
Returns the value of attribute monitoring_alert_summaries.
9000 9001 9002 |
# File 'sig/types.rbs', line 9000 def monitoring_alert_summaries @monitoring_alert_summaries end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
8991 8992 8993 |
# File 'sig/types.rbs', line 8991 def monitoring_schedule_arn @monitoring_schedule_arn end |
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
Returns the value of attribute monitoring_schedule_config.
8998 8999 9000 |
# File 'sig/types.rbs', line 8998 def monitoring_schedule_config @monitoring_schedule_config end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
8992 8993 8994 |
# File 'sig/types.rbs', line 8992 def monitoring_schedule_name @monitoring_schedule_name end |
#monitoring_schedule_status ⇒ "Pending", ...
Returns the value of attribute monitoring_schedule_status.
8993 8994 8995 |
# File 'sig/types.rbs', line 8993 def monitoring_schedule_status @monitoring_schedule_status end |
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
8994 8995 8996 |
# File 'sig/types.rbs', line 8994 def monitoring_type @monitoring_type end |