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)


45390
45391
45392
45393
45394
45395
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45390

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

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



45390
45391
45392
45393
45394
45395
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45390

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