EnvironmentLifecycle class
Information about the current creation or deletion lifecycle state of an AWS Cloud9 development environment.
Constructors
- EnvironmentLifecycle({String? failureResource, String? reason, EnvironmentLifecycleStatus? status})
-
EnvironmentLifecycle.fromJson(Map<
String, dynamic> json) -
factory
Properties
- failureResource → String?
-
If the environment failed to delete, the Amazon Resource Name (ARN) of the
related AWS resource.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reason → String?
-
Any informational message about the lifecycle state of the environment.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → EnvironmentLifecycleStatus?
-
The current creation or deletion lifecycle state of the environment.
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