Class: Aws::FMS::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/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 return tags for. The Firewall Manager resources that support tagging are policies, applications lists, and protocols lists.

Returns:

  • (String)


4959
4960
4961
4962
4963
4964
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4959

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

#tag_keysArray<String>

The keys of the tags to remove from the resource.

Returns:

  • (Array<String>)


4959
4960
4961
4962
4963
4964
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4959

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