You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::TagResourceInput
- Defined in:
- (unknown)
Overview
Note:
When passing TagResourceInput as input to an Aws::Client method, you can use a vanilla Hash:
{
resource_arn: "ResourceArn", # required
tags: [ # required
{
key: "TagKey", # required
value: "TagValue", # required
},
],
}
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you want to add tags to.
-
#tags ⇒ Array<Types::Tag>
The tags you want to modify or add to the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you want to add tags to.
#tags ⇒ Array<Types::Tag>
The tags you want to modify or add to the resource.