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)


24589
24590
24591
24592
24593
# File 'lib/aws-sdk-ec2/types.rb', line 24589

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

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



24589
24590
24591
24592
24593
# File 'lib/aws-sdk-ec2/types.rb', line 24589

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