Class: Aws::AuditManager::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the specified resource.
-
#tag_keys ⇒ Array<String>
The name or key of the tag.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the specified resource.
4487 4488 4489 4490 4491 4492 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4487 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The name or key of the tag.
4487 4488 4489 4490 4491 4492 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4487 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |