Class: Aws::MemoryDB::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to which the tags are to be removed.
-
#tag_keys ⇒ Array<String>
The list of keys of the tags that are to be removed.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to which the tags are to be removed
3001 3002 3003 3004 3005 3006 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3001 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The list of keys of the tags that are to be removed
3001 3002 3003 3004 3005 3006 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3001 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |