Class: Aws::GlueDataBrew::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
A DataBrew resource from which you want to remove a tag or tags.
-
#tag_keys ⇒ Array<String>
The tag keys (names) of one or more tags to be removed.
Instance Attribute Details
#resource_arn ⇒ String
A DataBrew resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).
3751 3752 3753 3754 3755 3756 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3751 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys (names) of one or more tags to be removed.
3751 3752 3753 3754 3755 3756 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3751 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |