Class: Aws::IoTTwinMaker::Types::LambdaFunction

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

Overview

The Lambda function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the Lambda function.

Returns:

  • (String)


2262
2263
2264
2265
2266
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2262

class LambdaFunction < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end