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

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

Overview

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)


9857
9858
9859
9860
9861
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9857

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