Class: Aws::Types::LambdaAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#function_arn::String

Returns the value of attribute function_arn.

Returns:



575
576
577
# File 'sig/types.rbs', line 575

def function_arn
  @function_arn
end

#invocation_type"Event", "RequestResponse"

Returns the value of attribute invocation_type.

Returns:



576
577
578
# File 'sig/types.rbs', line 576

def invocation_type
  @invocation_type
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def topic_arn
  @topic_arn
end