ListAccountRolesResponse
public struct ListAccountRolesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The page token client that is used to retrieve the list of accounts.
Declaration
Swift
public let nextToken: String?
-
A paginated response with the list of roles and the next token if more results are available.
Declaration
Swift
public let roleList: [RoleInfo]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, roleList: [RoleInfo]? = nil)