Class: Aws::Types::IntegrationConfig
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomerProfiles, Lambda, QConnect, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_profiles ⇒ Types::CustomerProfilesIntegrationConfig
Returns the value of attribute customer_profiles.
-
#lambda ⇒ Types::LambdaIntegrationConfig
Returns the value of attribute lambda.
-
#q_connect ⇒ Types::QConnectIntegrationConfig
Returns the value of attribute q_connect.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#customer_profiles ⇒ Types::CustomerProfilesIntegrationConfig
Returns the value of attribute customer_profiles.
389 390 391 |
# File 'sig/types.rbs', line 389 def customer_profiles @customer_profiles end |
#lambda ⇒ Types::LambdaIntegrationConfig
Returns the value of attribute lambda.
391 392 393 |
# File 'sig/types.rbs', line 391 def lambda @lambda end |
#q_connect ⇒ Types::QConnectIntegrationConfig
Returns the value of attribute q_connect.
390 391 392 |
# File 'sig/types.rbs', line 390 def q_connect @q_connect end |
#unknown ⇒ Object
Returns the value of attribute unknown.
392 393 394 |
# File 'sig/types.rbs', line 392 def unknown @unknown end |