Class: Aws::Types::DeleteLaunchTemplateVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLaunchTemplateVersionsRequest
- 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.
-
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4260 4261 4262 |
# File 'sig/types.rbs', line 4260 def dry_run @dry_run end |
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
4261 4262 4263 |
# File 'sig/types.rbs', line 4261 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
4262 4263 4264 |
# File 'sig/types.rbs', line 4262 def launch_template_name @launch_template_name end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
4263 4264 4265 |
# File 'sig/types.rbs', line 4263 def versions @versions end |