InstanceSummary constructor
InstanceSummary({
- String? arn,
- DateTime? createdTime,
- String? id,
- DirectoryType? identityManagementType,
- bool? inboundCallsEnabled,
- String? instanceAlias,
- InstanceStatus? instanceStatus,
- bool? outboundCallsEnabled,
- String? serviceRole,
Implementation
InstanceSummary({
this.arn,
this.createdTime,
this.id,
this.identityManagementType,
this.inboundCallsEnabled,
this.instanceAlias,
this.instanceStatus,
this.outboundCallsEnabled,
this.serviceRole,
});