DomainDetails class

The domain's details.

Constructors

DomainDetails({DateTime? creationTime, String? domainArn, String? domainId, String? domainName, DateTime? lastModifiedTime, DomainStatus? status, String? url})
DomainDetails.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
The creation time.
final
domainArn String?
The domain's Amazon Resource Name (ARN).
final
domainId String?
The domain ID.
final
domainName String?
The domain name.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime DateTime?
The last modified time.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DomainStatus?
The status.
final
url String?
The domain's URL.
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