Class: Aws::AppFabric::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/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 untag.
-
#tag_keys ⇒ Array<String>
The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to untag.
1733 1734 1735 1736 1737 1738 |
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1733 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.
1733 1734 1735 1736 1737 1738 |
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1733 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |