You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SES::Types::ListIdentitiesResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#identitiesArray<String>

A list of identities.

Returns:

  • (Array<String>)

    A list of identities.

#next_tokenString

The token used for pagination.

Returns:

  • (String)

    The token used for pagination.