Class: Aws::Types::GetMonitorInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMonitorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#linked_account_id ⇒ ::String
Returns the value of attribute linked_account_id.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
Instance Attribute Details
#linked_account_id ⇒ ::String
Returns the value of attribute linked_account_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def linked_account_id @linked_account_id end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
117 118 119 |
# File 'sig/types.rbs', line 117 def monitor_name @monitor_name end |