Class: Aws::Types::MonitoringScheduleSummary
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringScheduleSummary
- 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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
-
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
-
#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.
9437 9438 9439 |
# File 'sig/types.rbs', line 9437 def creation_time @creation_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
9440 9441 9442 |
# File 'sig/types.rbs', line 9440 def endpoint_name @endpoint_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9438 9439 9440 |
# File 'sig/types.rbs', line 9438 def last_modified_time @last_modified_time end |
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
9441 9442 9443 |
# File 'sig/types.rbs', line 9441 def monitoring_job_definition_name @monitoring_job_definition_name end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
9436 9437 9438 |
# File 'sig/types.rbs', line 9436 def monitoring_schedule_arn @monitoring_schedule_arn end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
9435 9436 9437 |
# File 'sig/types.rbs', line 9435 def monitoring_schedule_name @monitoring_schedule_name end |
#monitoring_schedule_status ⇒ "Pending", ...
Returns the value of attribute monitoring_schedule_status.
9439 9440 9441 |
# File 'sig/types.rbs', line 9439 def monitoring_schedule_status @monitoring_schedule_status end |
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
9442 9443 9444 |
# File 'sig/types.rbs', line 9442 def monitoring_type @monitoring_type end |