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

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

Overview

The tags specification for the launch template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The type of resource to tag.

Returns:

  • (String)


45580
45581
45582
45583
45584
45585
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45580

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

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



45580
45581
45582
45583
45584
45585
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45580

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