AWSIoTListThingsResponse

Objective-C

@interface AWSIoTListThingsResponse

Swift

class AWSIoTListThingsResponse

The output from the ListThings operation.

  • 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 }
  • The things.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTThingAttribute *> *_Nullable things;

    Swift

    var things: [AWSIoTThingAttribute]? { get set }