Class: Aws::Types::RemoveTemplateActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveTemplateActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#launch_configuration_template_id ⇒ ::String
Returns the value of attribute launch_configuration_template_id.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def action_id @action_id end |
#launch_configuration_template_id ⇒ ::String
Returns the value of attribute launch_configuration_template_id.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def launch_configuration_template_id @launch_configuration_template_id end |