ListAccountsForProvisionedPermissionSetResponse

public struct ListAccountsForProvisionedPermissionSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of AWS AccountIds.

    Declaration

    Swift

    public let accountIds: [String]?
  • The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String]? = nil, nextToken: String? = nil)