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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policiesHash<String,String>

A map of policy names to policies.

Returns:

  • (Hash<String,String>)


1849
1850
1851
1852
1853
# File 'lib/aws-sdk-ses/types.rb', line 1849

class GetIdentityPoliciesResponse < Struct.new(
  :policies)
  SENSITIVE = []
  include Aws::Structure
end