List Email Addresses Input
data class ListEmailAddressesInput(val limit: Int? = SudoEmailClient.DEFAULT_EMAIL_ADDRESS_LIMIT, val nextToken: String? = null)
Input object containing properties used to list provisioned email addresses.
Properties
Link copied to clipboard
String A token generated from previous calls to SudoEmailClient.listEmailAddresses. This is to allow for pagination. This value should be generated from a previous pagination call, otherwise it will throw an exception. The same arguments should be supplied to this method if using a previously generated nextToken.