You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UntagResourceRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UntagResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
resource_arn: "GuardDutyArn", # required
tag_keys: ["TagKey"], # required
}
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the resource to remove tags from.
-
#tag_keys ⇒ Array<String>
The tag keys to remove from the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the resource to remove tags from.
#tag_keys ⇒ Array<String>
The tag keys to remove from the resource.