Class: Aws::Types::CampaignHook

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_function_name::String

Returns the value of attribute lambda_function_name.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def lambda_function_name
  @lambda_function_name
end

#mode"DELIVERY", "FILTER"

Returns the value of attribute mode.

Returns:

  • ("DELIVERY", "FILTER")


398
399
400
# File 'sig/types.rbs', line 398

def mode
  @mode
end

#web_url::String

Returns the value of attribute web_url.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def web_url
  @web_url
end