Class: Aws::Types::MonitoringExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringExecutionSummary
- 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.
-
#monitoring_execution_status ⇒ "Pending", ...
Returns the value of attribute monitoring_execution_status.
-
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
-
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
-
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
-
#processing_job_arn ⇒ ::String
Returns the value of attribute processing_job_arn.
-
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9392 9393 9394 |
# File 'sig/types.rbs', line 9392 def creation_time @creation_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
9396 9397 9398 |
# File 'sig/types.rbs', line 9396 def endpoint_name @endpoint_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9397 9398 9399 |
# File 'sig/types.rbs', line 9397 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9393 9394 9395 |
# File 'sig/types.rbs', line 9393 def last_modified_time @last_modified_time end |
#monitoring_execution_status ⇒ "Pending", ...
Returns the value of attribute monitoring_execution_status.
9394 9395 9396 |
# File 'sig/types.rbs', line 9394 def monitoring_execution_status @monitoring_execution_status end |
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
9398 9399 9400 |
# File 'sig/types.rbs', line 9398 def monitoring_job_definition_name @monitoring_job_definition_name end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
9390 9391 9392 |
# File 'sig/types.rbs', line 9390 def monitoring_schedule_name @monitoring_schedule_name end |
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
9399 9400 9401 |
# File 'sig/types.rbs', line 9399 def monitoring_type @monitoring_type end |
#processing_job_arn ⇒ ::String
Returns the value of attribute processing_job_arn.
9395 9396 9397 |
# File 'sig/types.rbs', line 9395 def processing_job_arn @processing_job_arn end |
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
9391 9392 9393 |
# File 'sig/types.rbs', line 9391 def scheduled_time @scheduled_time end |