AWSLogsDescribeResourcePoliciesRequest
Objective-C
@interface AWSLogsDescribeResourcePoliciesRequest
Swift
class AWSLogsDescribeResourcePoliciesRequest
-
The maximum number of resource policies to be displayed with one call of this API.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable limit;
Swift
var limit: NSNumber? { get set }
-
The token for the next set of items to return. The token expires after 24 hours.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }