Class: Aws::Types::DeleteLaunchTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4384
4385
4386
# File 'sig/types.rbs', line 4384

def dry_run
  @dry_run
end

#launch_template_id::String

Returns the value of attribute launch_template_id.

Returns:

  • (::String)


4385
4386
4387
# File 'sig/types.rbs', line 4385

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


4386
4387
4388
# File 'sig/types.rbs', line 4386

def launch_template_name
  @launch_template_name
end