Class: Aws::Types::CreateLaunchTemplateVersionResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateLaunchTemplateVersionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_template_version ⇒ Types::LaunchTemplateVersion
Returns the value of attribute launch_template_version.
-
#warning ⇒ Types::ValidationWarning
Returns the value of attribute warning.
Instance Attribute Details
#launch_template_version ⇒ Types::LaunchTemplateVersion
Returns the value of attribute launch_template_version.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def launch_template_version @launch_template_version end |
#warning ⇒ Types::ValidationWarning
Returns the value of attribute warning.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def warning @warning end |