Class: Aws::RecycleBin::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the retention rule.
-
#tag_keys ⇒ Array<String>
The tag keys of the tags to unassign.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the retention rule.
765 766 767 768 769 770 |
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 765 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys of the tags to unassign. All tags that have the specified tag key are unassigned.
765 766 767 768 769 770 |
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 765 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |