Environment class

Constructors

Environment({String? applicationId, String? description, String? id, List<Monitor>? monitors, String? name, EnvironmentState? state})
Environment.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String?
The application ID.
final
description String?
The description of the environment.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The environment ID.
final
monitors List<Monitor>?
Amazon CloudWatch alarms monitored during the deployment.
final
name String?
The name of the environment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state EnvironmentState?
The state of the environment. An environment can be in one of the following states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK
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