Class: Aws::Lambda::Types::ListTagsRequest

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

Overview

Note:

When making an API call, you may pass ListTagsRequest data as a hash:

{
  resource: "FunctionArn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The function’s Amazon Resource Name (ARN).

Returns:

  • (String)


2129
2130
2131
2132
# File 'lib/aws-sdk-lambda/types.rb', line 2129

class ListTagsRequest < Struct.new(
  :resource)
  include Aws::Structure
end