Class: Aws::SES::Types::GetIdentityPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetIdentityPoliciesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents the requested sending authorization policies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policies ⇒ Hash<String,String>
A map of policy names to policies.
Instance Attribute Details
#policies ⇒ Hash<String,String>
A map of policy names to policies.
1849 1850 1851 1852 1853 |
# File 'lib/aws-sdk-ses/types.rb', line 1849 class GetIdentityPoliciesResponse < Struct.new( :policies) SENSITIVE = [] include Aws::Structure end |