Class: Aws::Types::UpdateMonitorSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitorSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitor_id ⇒ ::String
Returns the value of attribute monitor_id.
-
#settings ⇒ ::Hash[::String, ::String]
Returns the value of attribute settings.
Instance Attribute Details
#monitor_id ⇒ ::String
Returns the value of attribute monitor_id.
3236 3237 3238 |
# File 'sig/types.rbs', line 3236 def monitor_id @monitor_id end |
#settings ⇒ ::Hash[::String, ::String]
Returns the value of attribute settings.
3237 3238 3239 |
# File 'sig/types.rbs', line 3237 def settings @settings end |