Class: Aws::IoT::Types::LambdaAction

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

Overview

Note:

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

{
  function_arn: "FunctionArn", # required
}

Describes an action to invoke a Lambda function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_arnString

The ARN of the Lambda function.

Returns:

  • (String)


11012
11013
11014
11015
11016
# File 'lib/aws-sdk-iot/types.rb', line 11012

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