Class: Aws::Types::DescribeMonitoringScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMonitoringScheduleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4878 4879 4880 |
# File 'sig/types.rbs', line 4878 def creation_time @creation_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
4881 4882 4883 |
# File 'sig/types.rbs', line 4881 def endpoint_name @endpoint_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4877 4878 4879 |
# File 'sig/types.rbs', line 4877 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4879 4880 4881 |
# File 'sig/types.rbs', line 4879 def last_modified_time @last_modified_time end |
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Returns the value of attribute last_monitoring_execution_summary.
4882 4883 4884 |
# File 'sig/types.rbs', line 4882 def last_monitoring_execution_summary @last_monitoring_execution_summary end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
4873 4874 4875 |
# File 'sig/types.rbs', line 4873 def monitoring_schedule_arn @monitoring_schedule_arn end |
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
Returns the value of attribute monitoring_schedule_config.
4880 4881 4882 |
# File 'sig/types.rbs', line 4880 def monitoring_schedule_config @monitoring_schedule_config end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
4874 4875 4876 |
# File 'sig/types.rbs', line 4874 def monitoring_schedule_name @monitoring_schedule_name end |
#monitoring_schedule_status ⇒ "Pending", ...
Returns the value of attribute monitoring_schedule_status.
4875 4876 4877 |
# File 'sig/types.rbs', line 4875 def monitoring_schedule_status @monitoring_schedule_status end |
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
4876 4877 4878 |
# File 'sig/types.rbs', line 4876 def monitoring_type @monitoring_type end |