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)


7533
7534
7535
7536
7537
7538
# File 'lib/aws-sdk-guardduty/types.rb', line 7533

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


7533
7534
7535
7536
7537
7538
# File 'lib/aws-sdk-guardduty/types.rb', line 7533

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