Class: Aws::EFS::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::UntagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
Specifies the EFS resource that you want to remove tags from.
-
#tag_keys ⇒ Array<String>
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
Instance Attribute Details
#resource_id ⇒ String
Specifies the EFS resource that you want to remove tags from.
2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-efs/types.rb', line 2834 class UntagResourceRequest < Struct.new( :resource_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-efs/types.rb', line 2834 class UntagResourceRequest < Struct.new( :resource_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |