Class: Aws::AIOps::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to remove the tags from.
-
#tag_keys ⇒ Array<String>
The list of tag keys to remove from the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to
remove the tags from. You can use theListInvestigationGroups
operation to find the ARNs of investigation groups.
612 613 614 615 616 617 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 612 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The list of tag keys to remove from the resource.
612 613 614 615 616 617 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 612 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |