Class: Aws::EntityResolution::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::TagResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource for which you want to view tags.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource for which you want to view tags.
3307 3308 3309 3310 3311 3312 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3307 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
3307 3308 3309 3310 3311 3312 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3307 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |