Class: Aws::Types::ListHealthEventsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListHealthEventsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#event_status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute event_status.
-
#linked_account_id ⇒ ::String
Returns the value of attribute linked_account_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
247 248 249 |
# File 'sig/types.rbs', line 247 def end_time @end_time end |
#event_status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute event_status.
250 251 252 |
# File 'sig/types.rbs', line 250 def event_status @event_status end |
#linked_account_id ⇒ ::String
Returns the value of attribute linked_account_id.
251 252 253 |
# File 'sig/types.rbs', line 251 def linked_account_id @linked_account_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
249 250 251 |
# File 'sig/types.rbs', line 249 def max_results @max_results end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def monitor_name @monitor_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
248 249 250 |
# File 'sig/types.rbs', line 248 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
246 247 248 |
# File 'sig/types.rbs', line 246 def start_time @start_time end |