Class: Aws::Types::PutLaunchActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutLaunchActionRequest
- 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.
Instance Attribute Details
#action_code ⇒ ::String
Returns the value of attribute action_code.
850 851 852 |
# File 'sig/types.rbs', line 850 def action_code @action_code end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
852 853 854 |
# File 'sig/types.rbs', line 852 def action_id @action_id end |
#action_version ⇒ ::String
Returns the value of attribute action_version.
856 857 858 |
# File 'sig/types.rbs', line 856 def action_version @action_version end |
#active ⇒ Boolean
Returns the value of attribute active.
854 855 856 |
# File 'sig/types.rbs', line 854 def active @active end |
#category ⇒ "MONITORING", ...
Returns the value of attribute category.
857 858 859 |
# File 'sig/types.rbs', line 857 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
859 860 861 |
# File 'sig/types.rbs', line 859 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
855 856 857 |
# File 'sig/types.rbs', line 855 def name @name end |
#optional ⇒ Boolean
Returns the value of attribute optional.
853 854 855 |
# File 'sig/types.rbs', line 853 def optional @optional end |
#order ⇒ ::Integer
Returns the value of attribute order.
851 852 853 |
# File 'sig/types.rbs', line 851 def order @order end |
#parameters ⇒ ::Hash[::String, Types::LaunchActionParameter]
Returns the value of attribute parameters.
858 859 860 |
# File 'sig/types.rbs', line 858 def parameters @parameters end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
849 850 851 |
# File 'sig/types.rbs', line 849 def resource_id @resource_id end |