GetAppLaunchConfigurationResponse class

Constructors

GetAppLaunchConfigurationResponse({String? appId, bool? autoLaunch, String? roleName, List<ServerGroupLaunchConfiguration>? serverGroupLaunchConfigurations})
GetAppLaunchConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appId String?
The ID of the application.
final
autoLaunch bool?
Indicates whether the application is configured to launch automatically after replication is complete.
final
hashCode int
The hash code for this object.
no setterinherited
roleName String?
The name of the service role in the customer's account that AWS CloudFormation uses to launch the application.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverGroupLaunchConfigurations List<ServerGroupLaunchConfiguration>?
The launch configurations for server groups in this 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