Class: Aws::Types::CreateIntegrationAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def instance_id
  @instance_id
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def integration_arn
  @integration_arn
end

#integration_type"EVENT", ...

Returns the value of attribute integration_type.

Returns:

  • ("EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "WISDOM_QUICK_RESPONSES", "Q_MESSAGE_TEMPLATES", "CASES_DOMAIN", "APPLICATION", "FILE_SCANNER", "SES_IDENTITY", "ANALYTICS_CONNECTOR", "CALL_TRANSFER_CONNECTOR", "COGNITO_USER_POOL", "MESSAGE_PROCESSOR")


1571
1572
1573
# File 'sig/types.rbs', line 1571

def integration_type
  @integration_type
end

#source_application_name::String

Returns the value of attribute source_application_name.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def source_application_name
  @source_application_name
end

#source_application_url::String

Returns the value of attribute source_application_url.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def source_application_url
  @source_application_url
end

#source_type"SALESFORCE", ...

Returns the value of attribute source_type.

Returns:

  • ("SALESFORCE", "ZENDESK", "CASES")


1575
1576
1577
# File 'sig/types.rbs', line 1575

def source_type
  @source_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1576
1577
1578
# File 'sig/types.rbs', line 1576

def tags
  @tags
end