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.



2657
2658
2659
# File 'sig/types.rbs', line 2657

def launch_template
  @launch_template
end

#warningTypes::ValidationWarning

Returns the value of attribute warning.



2658
2659
2660
# File 'sig/types.rbs', line 2658

def warning
  @warning
end