Class: Aws::Types::UpdateMonitorInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_period ⇒ ::Integer
Returns the value of attribute aggregation_period.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
Instance Attribute Details
#aggregation_period ⇒ ::Integer
Returns the value of attribute aggregation_period.
230 231 232 |
# File 'sig/types.rbs', line 230 def aggregation_period @aggregation_period end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
229 230 231 |
# File 'sig/types.rbs', line 229 def monitor_name @monitor_name end |