You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ListEmailIdentitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListEmailIdentitiesResponse
- Defined in:
- (unknown)
Overview
A list of all of the identities that you've attempted to verify, regardless of whether or not those identities were successfully verified.
Returned by:
Instance Attribute Summary collapse
-
#email_identities ⇒ Array<Types::IdentityInfo>
An array that includes all of the email identities associated with your AWS account.
-
#next_token ⇒ String
A token that indicates that there are additional configuration sets to list.
Instance Attribute Details
#email_identities ⇒ Array<Types::IdentityInfo>
An array that includes all of the email identities associated with your AWS account.
#next_token ⇒ String
A token that indicates that there are additional configuration sets to
list. To view additional configuration sets, issue another request to
ListEmailIdentities
, and pass this token in the NextToken
parameter.