Class: Aws::Types::IntegrationSummary

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::CustomerProfilesIntegrationSummary

Returns the value of attribute customer_profiles.



423
424
425
# File 'sig/types.rbs', line 423

def customer_profiles
  @customer_profiles
end

#lambdaTypes::LambdaIntegrationSummary

Returns the value of attribute lambda.



425
426
427
# File 'sig/types.rbs', line 425

def lambda
  @lambda
end

#q_connectTypes::QConnectIntegrationSummary

Returns the value of attribute q_connect.



424
425
426
# File 'sig/types.rbs', line 424

def q_connect
  @q_connect
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


426
427
428
# File 'sig/types.rbs', line 426

def unknown
  @unknown
end