Class: Aws::SecurityLake::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the Amazon Security Lake resource to remove one or more tags from.

Returns:

  • (String)


1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1882

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

#tag_keysArray<String>

A list of one or more tag keys. For each value in the list, specify the tag key for a tag to remove from the Amazon Security Lake resource.

Returns:

  • (Array<String>)


1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1882

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