Class: AWS::SES::ListVerifiedEmailAddressesResponse
- Defined in:
- lib/aws/ses/addresses.rb
Instance Attribute Summary
Attributes inherited from Response
#action, #body, #parsed, #response
Instance Method Summary collapse
Methods inherited from Response
#[], #code, #each, #error, #error?, #headers, #initialize, #inspect, #request_id
Methods included from ExpirableMemoize::ClassMethods
Methods included from ExpirableMemoize::InstanceMethods
#__called_from__, #__method__, #expirable_memoize
Constructor Details
This class inherits a constructor from AWS::SES::Response
Instance Method Details
#result ⇒ Object
49 50 51 52 53 54 55 |
# File 'lib/aws/ses/addresses.rb', line 49 def result if members = parsed['ListVerifiedEmailAddressesResult']['VerifiedEmailAddresses'] [members['member']].flatten else [] end end |