Class: Aws::EKS::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to delete tags from.

Returns:

  • (String)


5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5511

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

#tag_keysArray<String>

The keys of the tags to remove.

Returns:

  • (Array<String>)


5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5511

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