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)


24763
24764
24765
24766
24767
# File 'lib/aws-sdk-ec2/types.rb', line 24763

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

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



24763
24764
24765
24766
24767
# File 'lib/aws-sdk-ec2/types.rb', line 24763

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