Class: Aws::Types::GetMonitorOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMonitorOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_period ⇒ ::Integer
Returns the value of attribute aggregation_period.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#probes ⇒ ::Array[Types::Probe]
Returns the value of attribute probes.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#aggregation_period ⇒ ::Integer
Returns the value of attribute aggregation_period.
100 101 102 |
# File 'sig/types.rbs', line 100 def aggregation_period @aggregation_period end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
103 104 105 |
# File 'sig/types.rbs', line 103 def created_at @created_at end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
104 105 106 |
# File 'sig/types.rbs', line 104 def modified_at @modified_at end |
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
97 98 99 |
# File 'sig/types.rbs', line 97 def monitor_arn @monitor_arn end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
98 99 100 |
# File 'sig/types.rbs', line 98 def monitor_name @monitor_name end |
#probes ⇒ ::Array[Types::Probe]
Returns the value of attribute probes.
102 103 104 |
# File 'sig/types.rbs', line 102 def probes @probes end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
99 100 101 |
# File 'sig/types.rbs', line 99 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
101 102 103 |
# File 'sig/types.rbs', line 101 def end |