ListEmailAddressesForSudoIdInput

public struct ListEmailAddressesForSudoIdInput : Equatable

input object for getting a email addresses associated with a sudo using SudoEmailClient

  • The unique identifier of the sudo associated with the email addresses to be retrieved

    Declaration

    Swift

    public let sudoId: String
  • Determines how the email addresses will be fetched. Default usage is remoteOnly.

    Declaration

    Swift

    public let cachePolicy: CachePolicy?
  • The number of items to return. Will be defaulted if omitted.

    Declaration

    Swift

    public let limit: Int?
  • A token generated by a previous call.

    Declaration

    Swift

    public let nextToken: String?