Class: Aws::Types::FastLaunchLaunchTemplateSpecificationResponse

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)


9329
9330
9331
# File 'sig/types.rbs', line 9329

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


9330
9331
9332
# File 'sig/types.rbs', line 9330

def launch_template_name
  @launch_template_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


9331
9332
9333
# File 'sig/types.rbs', line 9331

def version
  @version
end