GroupInformation class

Information about a group.

Constructors

GroupInformation({String? arn, String? creationTimestamp, String? id, String? lastUpdatedTimestamp, String? latestVersion, String? latestVersionArn, String? name})
GroupInformation.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the group.
final
creationTimestamp String?
The time, in milliseconds since the epoch, when the group was created.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the group.
final
lastUpdatedTimestamp String?
The time, in milliseconds since the epoch, when the group was last updated.
final
latestVersion String?
The ID of the latest version associated with the group.
final
latestVersionArn String?
The ARN of the latest version associated with the group.
final
name String?
The name of the group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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