Class: Aws::Types::LambdaConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_type"ASYNC"

Returns the value of attribute invocation_type.

Returns:

  • ("ASYNC")


545
546
547
# File 'sig/types.rbs', line 545

def invocation_type
  @invocation_type
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def resource_arn
  @resource_arn
end