Class: Aws::EC2::Types::DeleteLaunchTemplateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteLaunchTemplateResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_template ⇒ Types::LaunchTemplate
Information about the launch template.
Instance Attribute Details
#launch_template ⇒ Types::LaunchTemplate
Information about the launch template.
15520 15521 15522 15523 15524 |
# File 'lib/aws-sdk-ec2/types.rb', line 15520 class DeleteLaunchTemplateResult < Struct.new( :launch_template) SENSITIVE = [] include Aws::Structure end |