Class: Aws::SES::Types::ListVerifiedEmailAddressesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListVerifiedEmailAddressesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
A list of email addresses that you have verified with Amazon SES under your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#verified_email_addresses ⇒ Array<String>
A list of email addresses that have been verified.
Instance Attribute Details
#verified_email_addresses ⇒ Array<String>
A list of email addresses that have been verified.
2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-ses/types.rb', line 2768 class ListVerifiedEmailAddressesResponse < Struct.new( :verified_email_addresses) SENSITIVE = [] include Aws::Structure end |