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.
9452 9453 9454 |
# File 'sig/types.rbs', line 9452 def creation_time @creation_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
9455 9456 9457 |
# File 'sig/types.rbs', line 9455 def endpoint_name @endpoint_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9453 9454 9455 |
# File 'sig/types.rbs', line 9453 def last_modified_time @last_modified_time end |
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
9456 9457 9458 |
# File 'sig/types.rbs', line 9456 def monitoring_job_definition_name @monitoring_job_definition_name end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
9451 9452 9453 |
# File 'sig/types.rbs', line 9451 def monitoring_schedule_arn @monitoring_schedule_arn end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
9450 9451 9452 |
# File 'sig/types.rbs', line 9450 def monitoring_schedule_name @monitoring_schedule_name end |
#monitoring_schedule_status ⇒ "Pending", ...
Returns the value of attribute monitoring_schedule_status.
9454 9455 9456 |
# File 'sig/types.rbs', line 9454 def monitoring_schedule_status @monitoring_schedule_status end |
#monitoring_type ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type.
9457 9458 9459 |
# File 'sig/types.rbs', line 9457 def monitoring_type @monitoring_type end |