Class: Aws::GuardDuty::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) for the resource to remove tags from.

Returns:

  • (String)


5817
5818
5819
5820
5821
5822
# File 'lib/aws-sdk-guardduty/types.rb', line 5817

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

#tag_keysArray<String>

The tag keys to remove from the resource.

Returns:

  • (Array<String>)


5817
5818
5819
5820
5821
5822
# File 'lib/aws-sdk-guardduty/types.rb', line 5817

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