Class: Aws::Types::FastLaunchLaunchTemplateSpecification

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)


653
654
655
# File 'sig/types.rbs', line 653

def launch_template_id
  @launch_template_id
end

#launch_template_name ⇒ ::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def launch_template_name
  @launch_template_name
end

#launch_template_version ⇒ ::String

Returns the value of attribute launch_template_version.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def launch_template_version
  @launch_template_version
end