InstanceSummary class

Information about the instance.

Constructors

InstanceSummary({String? arn, DateTime? createdTime, String? id, DirectoryType? identityManagementType, bool? inboundCallsEnabled, String? instanceAlias, InstanceStatus? instanceStatus, bool? outboundCallsEnabled, String? serviceRole})
InstanceSummary.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 instance.
final
identityManagementType DirectoryType?
The identity management type of the instance.
final
inboundCallsEnabled bool?
Whether inbound calls are enabled.
final
instanceAlias String?
The alias of the 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

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