ListMemberAccountsResult class

Constructors

ListMemberAccountsResult({List<MemberAccount>? memberAccounts, String? nextToken})
ListMemberAccountsResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
memberAccounts List<MemberAccount>?
A list of the Amazon Macie Classic member accounts returned by the action. The current master account is also included in this list.
final
nextToken String?
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
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