Class: Aws::Types::PutEventsConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEventsConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
655 656 657 |
# File 'sig/types.rbs', line 655 def account_id @account_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
656 657 658 |
# File 'sig/types.rbs', line 656 def bot_id @bot_id end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
658 659 660 |
# File 'sig/types.rbs', line 658 def lambda_function_arn @lambda_function_arn end |
#outbound_events_https_endpoint ⇒ ::String
Returns the value of attribute outbound_events_https_endpoint.
657 658 659 |
# File 'sig/types.rbs', line 657 def outbound_events_https_endpoint @outbound_events_https_endpoint end |