Class: Aws::Types::DeleteLaunchTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLaunchTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
-
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4248 4249 4250 |
# File 'sig/types.rbs', line 4248 def dry_run @dry_run end |
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
4249 4250 4251 |
# File 'sig/types.rbs', line 4249 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
4250 4251 4252 |
# File 'sig/types.rbs', line 4250 def launch_template_name @launch_template_name end |