EnvironmentMember class
Information about an environment member for an AWS Cloud9 development environment.
Constructors
- EnvironmentMember({String? environmentId, DateTime? lastAccess, Permissions? permissions, String? userArn, String? userId})
-
EnvironmentMember.fromJson(Map<
String, dynamic> json) -
factory
Properties
- environmentId → String?
-
The ID of the environment for the environment member.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastAccess → DateTime?
-
The time, expressed in epoch time format, when the environment member last
opened the environment.
final
- permissions → Permissions?
-
The type of environment member permissions associated with this environment
member. Available values include:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userArn → String?
-
The Amazon Resource Name (ARN) of the environment member.
final
- userId → String?
-
The user ID in AWS Identity and Access Management (AWS IAM) of the
environment member.
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