Class: Aws::EC2::Types::LaunchTemplateTagSpecification

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The tag specification for the launch template.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The type of resource.

Returns:

  • (String)


20165
20166
20167
20168
20169
# File 'lib/aws-sdk-ec2/types.rb', line 20165

class LaunchTemplateTagSpecification < Struct.new(
  :resource_type,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



20165
20166
20167
20168
20169
# File 'lib/aws-sdk-ec2/types.rb', line 20165

class LaunchTemplateTagSpecification < Struct.new(
  :resource_type,
  :tags)
  include Aws::Structure
end