AWSSESListIdentityPoliciesResponse
Objective-C
@interface AWSSESListIdentityPoliciesResponse
Swift
class AWSSESListIdentityPoliciesResponse
A list of names of sending authorization policies that apply to an identity.
Required parameters: [PolicyNames]
-
A list of names of policies that apply to the specified identity.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable policyNames;
Swift
var policyNames: [String]? { get set }