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.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def launch_template @launch_template end |
#warning ⇒ Types::ValidationWarning
Returns the value of attribute warning.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def warning @warning end |