AWSIoTListPoliciesResponse
Objective-C
@interface AWSIoTListPoliciesResponse
Swift
class AWSIoTListPoliciesResponse
The output from the ListPolicies 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 descriptions of the policies.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTPolicy *> *_Nullable policies;
Swift
var policies: [AWSIoTPolicy]? { get set }