Class: Aws::Types::MonitoringJobDefinitionSummary
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringJobDefinitionSummary
- 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.
-
#monitoring_job_definition_arn ⇒ ::String
Returns the value of attribute monitoring_job_definition_arn.
-
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9383 9384 9385 |
# File 'sig/types.rbs', line 9383 def creation_time @creation_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
9384 9385 9386 |
# File 'sig/types.rbs', line 9384 def endpoint_name @endpoint_name end |
#monitoring_job_definition_arn ⇒ ::String
Returns the value of attribute monitoring_job_definition_arn.
9382 9383 9384 |
# File 'sig/types.rbs', line 9382 def monitoring_job_definition_arn @monitoring_job_definition_arn end |
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
9381 9382 9383 |
# File 'sig/types.rbs', line 9381 def monitoring_job_definition_name @monitoring_job_definition_name end |