Class: Aws::Types::IntegrationIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationIdentifier
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomerProfiles, Lambda, QConnect, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_profiles ⇒ Types::CustomerProfilesIntegrationIdentifier
Returns the value of attribute customer_profiles.
-
#lambda ⇒ Types::LambdaIntegrationIdentifier
Returns the value of attribute lambda.
-
#q_connect ⇒ Types::QConnectIntegrationIdentifier
Returns the value of attribute q_connect.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#customer_profiles ⇒ Types::CustomerProfilesIntegrationIdentifier
Returns the value of attribute customer_profiles.
406 407 408 |
# File 'sig/types.rbs', line 406 def customer_profiles @customer_profiles end |
#lambda ⇒ Types::LambdaIntegrationIdentifier
Returns the value of attribute lambda.
408 409 410 |
# File 'sig/types.rbs', line 408 def lambda @lambda end |
#q_connect ⇒ Types::QConnectIntegrationIdentifier
Returns the value of attribute q_connect.
407 408 409 |
# File 'sig/types.rbs', line 407 def q_connect @q_connect end |
#unknown ⇒ Object
Returns the value of attribute unknown.
409 410 411 |
# File 'sig/types.rbs', line 409 def unknown @unknown end |