Class: Aws::SupplyChain::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::TagResourceRequest
- 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
-
#resource_arn ⇒ String
The Amazon Web Services Supply chain resource ARN that needs to be tagged.
-
#tags ⇒ Hash<String,String>
The tags of the Amazon Web Services Supply chain resource to be created.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Web Services Supply chain resource ARN that needs to be tagged.
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 |
#tags ⇒ Hash<String,String>
The tags of the Amazon Web Services Supply chain resource to be created.
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 |