Class: Aws::Types::FleetLaunchTemplateSpecificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:launch_template_specification_user_data])

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_id::String

Returns the value of attribute launch_template_id.

Returns:

  • (::String)


9520
9521
9522
# File 'sig/types.rbs', line 9520

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


9521
9522
9523
# File 'sig/types.rbs', line 9521

def launch_template_name
  @launch_template_name
end

#launch_template_specification_user_data::String

Returns the value of attribute launch_template_specification_user_data.

Returns:

  • (::String)


9523
9524
9525
# File 'sig/types.rbs', line 9523

def launch_template_specification_user_data
  @launch_template_specification_user_data
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


9522
9523
9524
# File 'sig/types.rbs', line 9522

def version
  @version
end