AppSummary class
Information about the application.
Constructors
- AppSummary({String? appId, DateTime? creationTime, String? description, String? importedAppId, DateTime? lastModified, DateTime? latestReplicationTime, AppLaunchConfigurationStatus? launchConfigurationStatus, LaunchDetails? launchDetails, AppLaunchStatus? launchStatus, String? launchStatusMessage, String? name, AppReplicationConfigurationStatus? replicationConfigurationStatus, AppReplicationStatus? replicationStatus, String? replicationStatusMessage, String? roleName, AppStatus? status, String? statusMessage, int? totalServerGroups, int? totalServers})
-
AppSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appId → String?
-
The unique ID of the application.
final
- creationTime → DateTime?
-
The creation time of the application.
final
- description → String?
-
The description of the application.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- importedAppId → String?
-
The ID of the application.
final
- lastModified → DateTime?
-
The last modified time of the application.
final
- latestReplicationTime → DateTime?
-
The timestamp of the application's most recent successful replication.
final
- launchConfigurationStatus → AppLaunchConfigurationStatus?
-
Status of the launch configuration.
final
- launchDetails → LaunchDetails?
-
Details about the latest launch of the application.
final
- launchStatus → AppLaunchStatus?
-
The launch status of the application.
final
- launchStatusMessage → String?
-
A message related to the launch status of the application.
final
- name → String?
-
The name of the application.
final
- replicationConfigurationStatus → AppReplicationConfigurationStatus?
-
Status of the replication configuration.
final
- replicationStatus → AppReplicationStatus?
-
The replication status of the application.
final
- replicationStatusMessage → String?
-
A message related to the replication status of the application.
final
- roleName → String?
-
The name of the service role in the customer's account used by AWS SMS.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → AppStatus?
-
Status of the application.
final
- statusMessage → String?
-
A message related to the status of the application
final
- totalServerGroups → int?
-
The number of server groups present in the application.
final
- totalServers → int?
-
The number of servers present in the application.
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