AWSIoTListThingsInBillingGroupResponse
Objective-C
@interface AWSIoTListThingsInBillingGroupResponse
Swift
class AWSIoTListThingsInBillingGroupResponse
-
The token to use to get the next set of results. Will not be returned if operation has returned all results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
A list of things in the billing group.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable things;
Swift
var things: [String]? { get set }