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

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

Overview

Note:

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

{
  arn: "LambdaArn", # required
}

The Lambda function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the Lambda function.

Returns:

  • (String)


2061
2062
2063
2064
2065
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2061

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