Class: Aws::Types::MonitorSummary
- Inherits:
-
Object
- Object
- Aws::Types::MonitorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def creation_time @creation_time end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def last_modification_time @last_modification_time end |
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def monitor_arn @monitor_arn end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def monitor_name @monitor_name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def resource_arn @resource_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def status @status end |