Class: Aws::GlueDataBrew::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The DataBrew resource to which tags should be added.
-
#tags ⇒ Hash<String,String>
One or more tags to be assigned to the resource.
Instance Attribute Details
#resource_arn ⇒ String
The DataBrew resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For DataBrew, you can tag a dataset, a job, a project, or a recipe.
3700 3701 3702 3703 3704 3705 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3700 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
One or more tags to be assigned to the resource.
3700 3701 3702 3703 3704 3705 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3700 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |