Instance class
The Amazon Connect instance.
Constructors
- Instance.new({String? arn, DateTime? createdTime, String? id, DirectoryType? identityManagementType, bool? inboundCallsEnabled, String? instanceAlias, InstanceStatus? instanceStatus, bool? outboundCallsEnabled, String? serviceRole, InstanceStatusReason? statusReason})
-
Instance.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the instance.
final
- createdTime → DateTime?
-
When the instance was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The identifier of the Amazon Connect instance.
final
- identityManagementType → DirectoryType?
-
The identity management type.
final
- inboundCallsEnabled → bool?
-
Whether inbound calls are enabled.
final
- instanceAlias → String?
-
The alias of instance.
final
- instanceStatus → InstanceStatus?
-
The state of the instance.
final
- outboundCallsEnabled → bool?
-
Whether outbound calls are enabled.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceRole → String?
-
The service role of the instance.
final
- statusReason → InstanceStatusReason?
-
Relevant details why the instance was not successfully created.
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