Class: Aws::EFS::Types::DeleteTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DeleteTagsRequest
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_id ⇒ String
The ID of the file system whose tags you want to delete (String).
-
#tag_keys ⇒ Array<String>
A list of tag keys to delete.
Instance Attribute Details
#file_system_id ⇒ String
The ID of the file system whose tags you want to delete (String).
677 678 679 680 681 682 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 677 class DeleteTagsRequest < Struct.new( :file_system_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
A list of tag keys to delete.
677 678 679 680 681 682 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 677 class DeleteTagsRequest < Struct.new( :file_system_id, :tag_keys) SENSITIVE = [] include Aws::Structure end |