Class: Aws::Types::LaunchTemplateSpecification

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)


13387
13388
13389
# File 'sig/types.rbs', line 13387

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


13388
13389
13390
# File 'sig/types.rbs', line 13388

def launch_template_name
  @launch_template_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


13389
13390
13391
# File 'sig/types.rbs', line 13389

def version
  @version
end