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

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

#resource_idString

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

Returns:

  • (String)


2681
2682
2683
2684
2685
2686
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2681

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>)


2681
2682
2683
2684
2685
2686
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2681

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