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.
9368 9369 9370 |
# File 'sig/types.rbs', line 9368 def creation_time @creation_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
9369 9370 9371 |
# File 'sig/types.rbs', line 9369 def endpoint_name @endpoint_name end |
#monitoring_job_definition_arn ⇒ ::String
Returns the value of attribute monitoring_job_definition_arn.
9367 9368 9369 |
# File 'sig/types.rbs', line 9367 def monitoring_job_definition_arn @monitoring_job_definition_arn end |
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
9366 9367 9368 |
# File 'sig/types.rbs', line 9366 def monitoring_job_definition_name @monitoring_job_definition_name end |