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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


45514
45515
45516
45517
45518
45519
# File 'lib/aws-sdk-ec2/types.rb', line 45514

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

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



45514
45515
45516
45517
45518
45519
# File 'lib/aws-sdk-ec2/types.rb', line 45514

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