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.
9330 9331 9332 |
# File 'sig/types.rbs', line 9330 def creation_time @creation_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
9334 9335 9336 |
# File 'sig/types.rbs', line 9334 def endpoint_name @endpoint_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9335 9336 9337 |
# File 'sig/types.rbs', line 9335 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9331 9332 9333 |
# File 'sig/types.rbs', line 9331 def last_modified_time @last_modified_time end |
#monitoring_execution_status ⇒ "Pending", ...
Returns the value of attribute monitoring_execution_status.
9332 9333 9334 |
# File 'sig/types.rbs', line 9332 def monitoring_execution_status @monitoring_execution_status end |
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
9336 9337 9338 |
# File 'sig/types.rbs', line 9336 def monitoring_job_definition_name @monitoring_job_definition_name end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
9328 9329 9330 |
# File 'sig/types.rbs', line 9328 def monitoring_schedule_name @monitoring_schedule_name end |
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
9337 9338 9339 |
# File 'sig/types.rbs', line 9337 def monitoring_type @monitoring_type end |
#processing_job_arn ⇒ ::String
Returns the value of attribute processing_job_arn.
9333 9334 9335 |
# File 'sig/types.rbs', line 9333 def processing_job_arn @processing_job_arn end |
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
9329 9330 9331 |
# File 'sig/types.rbs', line 9329 def scheduled_time @scheduled_time end |