Class: Aws::Types::IntegrationSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationSummary
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomerProfiles, Lambda, QConnect, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_profiles ⇒ Types::CustomerProfilesIntegrationSummary
Returns the value of attribute customer_profiles.
-
#lambda ⇒ Types::LambdaIntegrationSummary
Returns the value of attribute lambda.
-
#q_connect ⇒ Types::QConnectIntegrationSummary
Returns the value of attribute q_connect.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#customer_profiles ⇒ Types::CustomerProfilesIntegrationSummary
Returns the value of attribute customer_profiles.
423 424 425 |
# File 'sig/types.rbs', line 423 def customer_profiles @customer_profiles end |
#lambda ⇒ Types::LambdaIntegrationSummary
Returns the value of attribute lambda.
425 426 427 |
# File 'sig/types.rbs', line 425 def lambda @lambda end |
#q_connect ⇒ Types::QConnectIntegrationSummary
Returns the value of attribute q_connect.
424 425 426 |
# File 'sig/types.rbs', line 424 def q_connect @q_connect end |
#unknown ⇒ Object
Returns the value of attribute unknown.
426 427 428 |
# File 'sig/types.rbs', line 426 def unknown @unknown end |