Class: Aws::Types::GetHealthEventInput
- Inherits:
-
Object
- Object
- Aws::Types::GetHealthEventInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#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
#event_id ⇒ ::String
Returns the value of attribute event_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def event_id @event_id end |
#linked_account_id ⇒ ::String
Returns the value of attribute linked_account_id.
81 82 83 |
# File 'sig/types.rbs', line 81 def linked_account_id @linked_account_id end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
79 80 81 |
# File 'sig/types.rbs', line 79 def monitor_name @monitor_name end |