AWSIoTListBillingGroupsRequest
Objective-C
@interface AWSIoTListBillingGroupsRequest
Swift
class AWSIoTListBillingGroupsRequest
-
The maximum number of results to return per request.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
Limit the results to billing groups whose names have the given prefix.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable namePrefixFilter;Swift
var namePrefixFilter: String? { get set } -
To retrieve the next set of results, the
nextTokenvalue from a previous response; otherwise null to receive the first set of results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSIoTListBillingGroupsRequest Class Reference