Class: Aws::SES::Types::GetIdentityPoliciesResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Represents the requested sending authorization policies.

Instance Attribute Summary collapse

Instance Attribute Details

#policiesHash<String,String>

A map of policy names to policies.

Returns:

  • (Hash<String,String>)


1996
1997
1998
1999
# File 'lib/aws-sdk-ses/types.rb', line 1996

class GetIdentityPoliciesResponse < Struct.new(
  :policies)
  include Aws::Structure
end