Class: Aws::Types::PutLaunchActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutLaunchActionResponse
- 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.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#type ⇒ "SSM_AUTOMATION", "SSM_COMMAND"
Returns the value of attribute type.
Instance Attribute Details
#action_code ⇒ ::String
Returns the value of attribute action_code.
866 867 868 |
# File 'sig/types.rbs', line 866 def action_code @action_code end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
865 866 867 |
# File 'sig/types.rbs', line 865 def action_id @action_id end |
#action_version ⇒ ::String
Returns the value of attribute action_version.
871 872 873 |
# File 'sig/types.rbs', line 871 def action_version @action_version end |
#active ⇒ Boolean
Returns the value of attribute active.
869 870 871 |
# File 'sig/types.rbs', line 869 def active @active end |
#category ⇒ "MONITORING", ...
Returns the value of attribute category.
875 876 877 |
# File 'sig/types.rbs', line 875 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
874 875 876 |
# File 'sig/types.rbs', line 874 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
868 869 870 |
# File 'sig/types.rbs', line 868 def name @name end |
#optional ⇒ Boolean
Returns the value of attribute optional.
872 873 874 |
# File 'sig/types.rbs', line 872 def optional @optional end |
#order ⇒ ::Integer
Returns the value of attribute order.
870 871 872 |
# File 'sig/types.rbs', line 870 def order @order end |
#parameters ⇒ ::Hash[::String, Types::LaunchActionParameter]
Returns the value of attribute parameters.
873 874 875 |
# File 'sig/types.rbs', line 873 def parameters @parameters end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
864 865 866 |
# File 'sig/types.rbs', line 864 def resource_id @resource_id end |
#type ⇒ "SSM_AUTOMATION", "SSM_COMMAND"
Returns the value of attribute type.
867 868 869 |
# File 'sig/types.rbs', line 867 def type @type end |