Class: Aws::Lambda::Types::TagResourceRequest

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)


5834
5835
5836
5837
5838
5839
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5834

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

#tagsHash<String,String>

A list of tags to apply to the function.

Returns:

  • (Hash<String,String>)


5834
5835
5836
5837
5838
5839
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5834

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