Class: Aws::RoboMaker::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.
5254 5255 5256 5257 5258 5259 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5254 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the resource.
5254 5255 5256 5257 5258 5259 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5254 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |