Class: Aws::Types::LaunchAction
- Inherits:
-
Object
- Object
- Aws::Types::LaunchAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_code ⇒ ::String
Returns the value of attribute action_code.
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_version ⇒ ::String
Returns the value of attribute action_version.
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#category ⇒ "MONITORING", ...
Returns the value of attribute category.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#optional ⇒ Boolean
Returns the value of attribute optional.
-
#order ⇒ ::Integer
Returns the value of attribute order.
-
#parameters ⇒ ::Hash[::String, Types::LaunchActionParameter]
Returns the value of attribute parameters.
-
#type ⇒ "SSM_AUTOMATION", "SSM_COMMAND"
Returns the value of attribute type.
Instance Attribute Details
#action_code ⇒ ::String
Returns the value of attribute action_code.
588 589 590 |
# File 'sig/types.rbs', line 588 def action_code @action_code end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
587 588 589 |
# File 'sig/types.rbs', line 587 def action_id @action_id end |
#action_version ⇒ ::String
Returns the value of attribute action_version.
593 594 595 |
# File 'sig/types.rbs', line 593 def action_version @action_version end |
#active ⇒ Boolean
Returns the value of attribute active.
591 592 593 |
# File 'sig/types.rbs', line 591 def active @active end |
#category ⇒ "MONITORING", ...
Returns the value of attribute category.
597 598 599 |
# File 'sig/types.rbs', line 597 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
596 597 598 |
# File 'sig/types.rbs', line 596 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
590 591 592 |
# File 'sig/types.rbs', line 590 def name @name end |
#optional ⇒ Boolean
Returns the value of attribute optional.
594 595 596 |
# File 'sig/types.rbs', line 594 def optional @optional end |
#order ⇒ ::Integer
Returns the value of attribute order.
592 593 594 |
# File 'sig/types.rbs', line 592 def order @order end |
#parameters ⇒ ::Hash[::String, Types::LaunchActionParameter]
Returns the value of attribute parameters.
595 596 597 |
# File 'sig/types.rbs', line 595 def parameters @parameters end |
#type ⇒ "SSM_AUTOMATION", "SSM_COMMAND"
Returns the value of attribute type.
589 590 591 |
# File 'sig/types.rbs', line 589 def type @type end |