ListMemberAccountsResult
public struct ListMemberAccountsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the Amazon Macie Classic member accounts returned by the action. The current master account is also included in this list.
Declaration
Swift
public let memberAccounts: [MemberAccount]?
-
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.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(memberAccounts: [MemberAccount]? = nil, nextToken: String? = nil)