Class: Aws::Types::InvokeLambdaAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_failure_policy"CONTINUE", "DROP"

Returns the value of attribute action_failure_policy.

Returns:

  • ("CONTINUE", "DROP")


796
797
798
# File 'sig/types.rbs', line 796

def action_failure_policy
  @action_failure_policy
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def function_arn
  @function_arn
end

#invocation_type"EVENT", "REQUEST_RESPONSE"

Returns the value of attribute invocation_type.

Returns:

  • ("EVENT", "REQUEST_RESPONSE")


798
799
800
# File 'sig/types.rbs', line 798

def invocation_type
  @invocation_type
end

#retry_time_minutes::Integer

Returns the value of attribute retry_time_minutes.

Returns:

  • (::Integer)


800
801
802
# File 'sig/types.rbs', line 800

def retry_time_minutes
  @retry_time_minutes
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def role_arn
  @role_arn
end