Class: Aws::Types::IntegrationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: CustomerProfiles, Lambda, QConnect, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_profilesTypes::CustomerProfilesIntegrationConfig

Returns the value of attribute customer_profiles.



389
390
391
# File 'sig/types.rbs', line 389

def customer_profiles
  @customer_profiles
end

#lambdaTypes::LambdaIntegrationConfig

Returns the value of attribute lambda.



391
392
393
# File 'sig/types.rbs', line 391

def lambda
  @lambda
end

#q_connectTypes::QConnectIntegrationConfig

Returns the value of attribute q_connect.



390
391
392
# File 'sig/types.rbs', line 390

def q_connect
  @q_connect
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


392
393
394
# File 'sig/types.rbs', line 392

def unknown
  @unknown
end