Class: Aws::ElasticBeanstalk::Types::LaunchTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::LaunchTemplate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes an Amazon EC2 launch template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the launch template.
Instance Attribute Details
#id ⇒ String
The ID of the launch template.
2777 2778 2779 2780 2781 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2777 class LaunchTemplate < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |