AWSIoTListPrincipalPoliciesResponse
Objective-C
@interface AWSIoTListPrincipalPoliciesResponse
Swift
class AWSIoTListPrincipalPoliciesResponse
The output from the ListPrincipalPolicies operation.
-
The marker for the next set of results, or null if there are no additional results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;
Swift
var nextMarker: String? { get set }
-
The policies.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTPolicy *> *_Nullable policies;
Swift
var policies: [AWSIoTPolicy]? { get set }