IntegrationAssociationSummary class
Contains summary information about the associated AppIntegrations.
Constructors
- IntegrationAssociationSummary({String? instanceId, String? integrationArn, String? integrationAssociationArn, String? integrationAssociationId, IntegrationType? integrationType, String? sourceApplicationName, String? sourceApplicationUrl, SourceType? sourceType})
-
IntegrationAssociationSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String?
-
The identifier of the Amazon Connect instance.
final
- integrationArn → String?
-
The Amazon Resource Name (ARN) for the AppIntegration.
final
- integrationAssociationArn → String?
-
The Amazon Resource Name (ARN) for the AppIntegration association.
final
- integrationAssociationId → String?
-
The identifier for the AppIntegration association.
final
- integrationType → IntegrationType?
-
The integration type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceApplicationName → String?
-
The user-provided, friendly name for the external application.
final
- sourceApplicationUrl → String?
-
The URL for the external application.
final
- sourceType → SourceType?
-
The name of the source.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited