Class: Aws::Detective::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the behavior graph to remove the tags from.

Returns:

  • (String)


1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1830

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

#tag_keysArray<String>

The tag keys of the tags to remove from the behavior graph. You can remove up to 50 tags at a time.

Returns:

  • (Array<String>)


1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1830

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