Class: Aws::CleanRooms::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::TagResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource you want to tag.
-
#tags ⇒ Hash<String,String>
A map of objects specifying each key name and value.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource you want to tag.
6867 6868 6869 6870 6871 6872 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6867 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of objects specifying each key name and value.
6867 6868 6869 6870 6871 6872 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6867 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |