Class: Aws::Types::EventsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EventsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
-
#outbound_events_https_endpoint ⇒ ::String
Returns the value of attribute outbound_events_https_endpoint.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
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.
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.
297 298 299 |
# File 'sig/types.rbs', line 297 def outbound_events_https_endpoint @outbound_events_https_endpoint end |