Class: Aws::Types::MonitorSummary
- Inherits:
-
Object
- Object
- Aws::Types::MonitorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_period ⇒ ::Integer
Returns the value of attribute aggregation_period.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#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.
163 164 165 |
# File 'sig/types.rbs', line 163 def aggregation_period @aggregation_period end |
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
160 161 162 |
# File 'sig/types.rbs', line 160 def monitor_arn @monitor_arn end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
161 162 163 |
# File 'sig/types.rbs', line 161 def monitor_name @monitor_name end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
162 163 164 |
# File 'sig/types.rbs', line 162 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
164 165 166 |
# File 'sig/types.rbs', line 164 def end |