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 Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#verified_email_addressesArray<String>

A list of email addresses that have been verified.

Returns:

  • (Array<String>)


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