Class: Aws::Types::CreateLaunchTemplateResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#launch_templateTypes::LaunchTemplate

Returns the value of attribute launch_template.



2769
2770
2771
# File 'sig/types.rbs', line 2769

def launch_template
  @launch_template
end

#warningTypes::ValidationWarning

Returns the value of attribute warning.



2770
2771
2772
# File 'sig/types.rbs', line 2770

def warning
  @warning
end