Class: Aws::Lambda::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The function's Amazon Resource Name (ARN).

Returns:

  • (String)


5932
5933
5934
5935
5936
5937
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5932

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

#tag_keysArray<String>

A list of tag keys to remove from the function.

Returns:

  • (Array<String>)


5932
5933
5934
5935
5936
5937
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5932

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