Class: Aws::Types::DeleteLaunchTemplateVersionsResponseSuccessItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_id::String

Returns the value of attribute launch_template_id.

Returns:

  • (::String)


4276
4277
4278
# File 'sig/types.rbs', line 4276

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


4277
4278
4279
# File 'sig/types.rbs', line 4277

def launch_template_name
  @launch_template_name
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


4278
4279
4280
# File 'sig/types.rbs', line 4278

def version_number
  @version_number
end