Class: Aws::SupplyChain::Types::TagResourceRequest

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

Overview

The request parameters of TagResource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Web Services Supply chain resource ARN that needs to be tagged.

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
# File 'lib/aws-sdk-supplychain/types.rb', line 1306

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

#tagsHash<String,String>

The tags of the Amazon Web Services Supply chain resource to be created.

Returns:

  • (Hash<String,String>)


1306
1307
1308
1309
1310
1311
# File 'lib/aws-sdk-supplychain/types.rb', line 1306

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