Class: Aws::SES::Types::GetIdentityPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetIdentityPoliciesResponse
- Defined in:
- gems/aws-sdk-ses/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.
1888 1889 1890 1891 1892 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1888 class GetIdentityPoliciesResponse < Struct.new( :policies) SENSITIVE = [] include Aws::Structure end |