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 resource's Amazon Resource Name (ARN).

Returns:

  • (String)


6153
6154
6155
6156
6157
6158
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6153

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

#tag_keysArray<String>

A list of tag keys to remove from the resource.

Returns:

  • (Array<String>)


6153
6154
6155
6156
6157
6158
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6153

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