Class: Aws::Types::FastLaunchLaunchTemplateSpecificationRequest

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)


9547
9548
9549
# File 'sig/types.rbs', line 9547

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


9548
9549
9550
# File 'sig/types.rbs', line 9548

def launch_template_name
  @launch_template_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


9549
9550
9551
# File 'sig/types.rbs', line 9549

def version
  @version
end