Class: Aws::AccessAnalyzer::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Adds a tag to the specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource to add the tag to.
-
#tags ⇒ Hash<String,String>
The tags to add to the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource to add the tag to.
3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3967 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to add to the resource.
3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3967 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |