Class: Aws::VerifiedPermissions::Types::UntagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::UntagResourceInput
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource from which you are removing tags.
-
#tag_keys ⇒ Array<String>
The list of tag keys to remove from the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource from which you are removing tags.
4996 4997 4998 4999 5000 5001 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 4996 class UntagResourceInput < 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.
4996 4997 4998 4999 5000 5001 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 4996 class UntagResourceInput < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |