Class: Aws::SES::Types::ListIdentitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListIdentitiesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
A list of all identities that you have attempted to verify under your Amazon Web Services account, regardless of verification status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identities ⇒ Array<String>
A list of identities.
-
#next_token ⇒ String
The token used for pagination.
Instance Attribute Details
#identities ⇒ Array<String>
A list of identities.
2627 2628 2629 2630 2631 2632 |
# File 'lib/aws-sdk-ses/types.rb', line 2627 class ListIdentitiesResponse < Struct.new( :identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used for pagination.
2627 2628 2629 2630 2631 2632 |
# File 'lib/aws-sdk-ses/types.rb', line 2627 class ListIdentitiesResponse < Struct.new( :identities, :next_token) SENSITIVE = [] include Aws::Structure end |