Class: Aws::Types::EventsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:outbound_events_https_endpoint, :lambda_function_arn])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def bot_id
  @bot_id
end

#lambda_function_arn::String

Returns the value of attribute lambda_function_arn.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def lambda_function_arn
  @lambda_function_arn
end

#outbound_events_https_endpoint::String

Returns the value of attribute outbound_events_https_endpoint.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def outbound_events_https_endpoint
  @outbound_events_https_endpoint
end