Class: Aws::EFS::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

Specifies the EFS resource that you want to remove tags from.

Returns:

  • (String)


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_keysArray<String>

The keys of the key-value tag pairs that you want to remove from the specified EFS resource.

Returns:

  • (Array<String>)


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