Class: Aws::SES::Types::ListIdentitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListIdentitiesResponse
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb
Overview
A list of all identities that you have attempted to verify under your AWS 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.
3058 3059 3060 3061 3062 3063 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3058 class ListIdentitiesResponse < Struct.new( :identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used for pagination.
3058 3059 3060 3061 3062 3063 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3058 class ListIdentitiesResponse < Struct.new( :identities, :next_token) SENSITIVE = [] include Aws::Structure end |