Environment class

Information about an AWS Cloud9 development environment.

Constructors

Environment({String? arn, ConnectionType? connectionType, String? description, String? id, EnvironmentLifecycle? lifecycle, String? name, String? ownerArn, EnvironmentType? type})
Environment.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the environment.
final
connectionType ConnectionType?
The connection type used for connecting to an Amazon EC2 environment.
final
description String?
The description for the environment.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the environment.
final
lifecycle EnvironmentLifecycle?
The state of the environment in its creation or deletion lifecycle.
final
name String?
The name of the environment.
final
ownerArn String?
The Amazon Resource Name (ARN) of the environment owner.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EnvironmentType?
The type of environment. Valid values include the following:
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