Class: Aws::Types::ManagedAction
- Inherits:
-
Object
- Object
- Aws::Types::ManagedAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_description ⇒ ::String
Returns the value of attribute action_description.
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_type ⇒ "InstanceRefresh", ...
Returns the value of attribute action_type.
-
#status ⇒ "Scheduled", ...
Returns the value of attribute status.
-
#window_start_time ⇒ ::Time
Returns the value of attribute window_start_time.
Instance Attribute Details
#action_description ⇒ ::String
Returns the value of attribute action_description.
715 716 717 |
# File 'sig/types.rbs', line 715 def action_description @action_description end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
714 715 716 |
# File 'sig/types.rbs', line 714 def action_id @action_id end |
#action_type ⇒ "InstanceRefresh", ...
Returns the value of attribute action_type.
716 717 718 |
# File 'sig/types.rbs', line 716 def action_type @action_type end |
#status ⇒ "Scheduled", ...
Returns the value of attribute status.
717 718 719 |
# File 'sig/types.rbs', line 717 def status @status end |
#window_start_time ⇒ ::Time
Returns the value of attribute window_start_time.
718 719 720 |
# File 'sig/types.rbs', line 718 def window_start_time @window_start_time end |