Class: Aws::EFS::Types::DeleteTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of the file system whose tags you want to delete (String).

Returns:

  • (String)


704
705
706
707
708
709
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 704

class DeleteTagsRequest < Struct.new(
  :file_system_id,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keysArray<String>

A list of tag keys to delete.

Returns:

  • (Array<String>)


704
705
706
707
708
709
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 704

class DeleteTagsRequest < Struct.new(
  :file_system_id,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end