Class: Aws::Types::LambdaCodeHook

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_hook_interface_version ⇒ ::String

Returns the value of attribute code_hook_interface_version.

Returns:

  • (::String)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def code_hook_interface_version
  @code_hook_interface_version
end

#lambda_arn ⇒ ::String

Returns the value of attribute lambda_arn.

Returns:

  • (::String)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def lambda_arn
  @lambda_arn
end