Class: Aws::Types::CreateLaunchTemplateVersionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_versionTypes::LaunchTemplateVersion

Returns the value of attribute launch_template_version.



2787
2788
2789
# File 'sig/types.rbs', line 2787

def launch_template_version
  @launch_template_version
end

#warningTypes::ValidationWarning

Returns the value of attribute warning.



2788
2789
2790
# File 'sig/types.rbs', line 2788

def warning
  @warning
end