Class: Aws::CodeArtifact::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to add or update tags for.
-
#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 that you want to add or update tags for.
3221 3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3221 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags you want to modify or add to the resource.
3221 3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3221 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |