Class: Aws::SES::Types::ListVerifiedEmailAddressesResponse

Inherits:
Struct
  • Object
show all
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 AWS account.

Instance Attribute Summary collapse

Instance Attribute Details

#verified_email_addressesArray<String>

A list of email addresses that have been verified.

Returns:

  • (Array<String>)


2759
2760
2761
2762
# File 'lib/aws-sdk-ses/types.rb', line 2759

class ListVerifiedEmailAddressesResponse < Struct.new(
  :verified_email_addresses)
  include Aws::Structure
end