Class: Aws::WAFV2::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


9381
9382
9383
9384
9385
9386
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9381

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

#tag_keysArray<String>

An array of keys identifying the tags to disassociate from the resource.

Returns:

  • (Array<String>)


9381
9382
9383
9384
9385
9386
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9381

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