Class: Aws::Types::CreateLaunchTemplateResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateLaunchTemplateResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_template ⇒ Types::LaunchTemplate
Returns the value of attribute launch_template.
-
#warning ⇒ Types::ValidationWarning
Returns the value of attribute warning.
Instance Attribute Details
#launch_template ⇒ Types::LaunchTemplate
Returns the value of attribute launch_template.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def launch_template @launch_template end |
#warning ⇒ Types::ValidationWarning
Returns the value of attribute warning.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def warning @warning end |