class Aws::SES::Types::ListIdentitiesRequest
Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your AWS account, regardless of verification status.
@note When making an API call, you may pass ListIdentitiesRequest
data as a hash: { identity_type: "EmailAddress", # accepts EmailAddress, Domain next_token: "NextToken", max_items: 1, }
@!attribute [rw] identity_type
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed. @return [String]
@!attribute [rw] next_token
The token to use for pagination. @return [String]
@!attribute [rw] max_items
The maximum number of identities per page. Possible values are 1-1000 inclusive. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListIdentitiesRequest AWS API Documentation
Constants
- SENSITIVE