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.



2819
2820
2821
# File 'sig/types.rbs', line 2819

def launch_template
  @launch_template
end

#warningTypes::ValidationWarning

Returns the value of attribute warning.



2820
2821
2822
# File 'sig/types.rbs', line 2820

def warning
  @warning
end