Class: Aws::AccessAnalyzer::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Removes a tag from the specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource to remove the tag from.
-
#tag_keys ⇒ Array<String>
The key for the tag to add.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource to remove the tag from.
3996 3997 3998 3999 4000 4001 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3996 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The key for the tag to add.
3996 3997 3998 3999 4000 4001 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3996 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |