Class: Aws::Types::ActionHistory
- Inherits:
-
Object
- Object
- Aws::Types::ActionHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_history_details ⇒ Types::ActionHistoryDetails
Returns the value of attribute action_history_details.
-
#event_type ⇒ "SYSTEM", ...
Returns the value of attribute event_type.
-
#status ⇒ "STANDBY", ...
Returns the value of attribute status.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#action_history_details ⇒ Types::ActionHistoryDetails
Returns the value of attribute action_history_details.
34 35 36 |
# File 'sig/types.rbs', line 34 def action_history_details @action_history_details end |
#event_type ⇒ "SYSTEM", ...
Returns the value of attribute event_type.
33 34 35 |
# File 'sig/types.rbs', line 33 def event_type @event_type end |
#status ⇒ "STANDBY", ...
Returns the value of attribute status.
32 33 34 |
# File 'sig/types.rbs', line 32 def status @status end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
31 32 33 |
# File 'sig/types.rbs', line 31 def @timestamp end |