Class: Aws::Imagebuilder::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource that you want to tag.

Returns:

  • (String)


7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7496

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

#tagsHash<String,String>

The tags to apply to the resource.

Returns:

  • (Hash<String,String>)


7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7496

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