AWSIoTDataListNamedShadowsForThingResponse

Objective-C

@interface AWSIoTDataListNamedShadowsForThingResponse

Swift

class AWSIoTDataListNamedShadowsForThingResponse
  • The token to use to get the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • The list of shadows for the specified thing.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable results;

    Swift

    var results: [String]? { get set }
  • The Epoch date and time the response was generated by IoT.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable timestamp;

    Swift

    var timestamp: NSNumber? { get set }