Class: Aws::ElasticBeanstalk::Types::LaunchTemplate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Describes an Amazon EC2 launch template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the launch template.

Returns:

  • (String)


2777
2778
2779
2780
2781
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2777

class LaunchTemplate < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end