Class: Aws::Types::MonitoringSchedule
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringSchedule
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9417 9418 9419 |
# File 'sig/types.rbs', line 9417 def creation_time @creation_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
9420 9421 9422 |
# File 'sig/types.rbs', line 9420 def endpoint_name @endpoint_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9416 9417 9418 |
# File 'sig/types.rbs', line 9416 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9418 9419 9420 |
# File 'sig/types.rbs', line 9418 def last_modified_time @last_modified_time end |
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Returns the value of attribute last_monitoring_execution_summary.
9421 9422 9423 |
# File 'sig/types.rbs', line 9421 def last_monitoring_execution_summary @last_monitoring_execution_summary end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
9412 9413 9414 |
# File 'sig/types.rbs', line 9412 def monitoring_schedule_arn @monitoring_schedule_arn end |
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
Returns the value of attribute monitoring_schedule_config.
9419 9420 9421 |
# File 'sig/types.rbs', line 9419 def monitoring_schedule_config @monitoring_schedule_config end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
9413 9414 9415 |
# File 'sig/types.rbs', line 9413 def monitoring_schedule_name @monitoring_schedule_name end |
#monitoring_schedule_status ⇒ "Pending", ...
Returns the value of attribute monitoring_schedule_status.
9414 9415 9416 |
# File 'sig/types.rbs', line 9414 def monitoring_schedule_status @monitoring_schedule_status end |
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
9415 9416 9417 |
# File 'sig/types.rbs', line 9415 def monitoring_type @monitoring_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9422 9423 9424 |
# File 'sig/types.rbs', line 9422 def @tags end |