AWSSESGetIdentityPoliciesResponse

Objective-C

@interface AWSSESGetIdentityPoliciesResponse

Swift

class AWSSESGetIdentityPoliciesResponse

Represents the requested sending authorization policies.

Required parameters: [Policies]

  • A map of policy names to policies.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable policies;

    Swift

    var policies: [String : String]? { get set }