AWSIoTListPolicyPrincipalsRequest
Objective-C
@interface AWSIoTListPolicyPrincipalsRequest
Swift
class AWSIoTListPolicyPrincipalsRequest
The input for the ListPolicyPrincipals operation.
Required parameters: [policyName]
-
Specifies the order for results. If true, the results are returned in ascending creation order.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ascendingOrder;Swift
var ascendingOrder: NSNumber? { get set } -
The marker for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable marker;Swift
var marker: String? { get set } -
The result page size.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable pageSize;Swift
var pageSize: NSNumber? { get set } -
The policy name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;Swift
var policyName: String? { get set }
View on GitHub
Install in Dash
AWSIoTListPolicyPrincipalsRequest Class Reference