Class: Aws::Types::DeleteLaunchTemplateVersionsRequest

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)


4396
4397
4398
# File 'sig/types.rbs', line 4396

def dry_run
  @dry_run
end

#launch_template_id::String

Returns the value of attribute launch_template_id.

Returns:

  • (::String)


4397
4398
4399
# File 'sig/types.rbs', line 4397

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


4398
4399
4400
# File 'sig/types.rbs', line 4398

def launch_template_name
  @launch_template_name
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


4399
4400
4401
# File 'sig/types.rbs', line 4399

def versions
  @versions
end