AWSIoTListThingTypesResponse

Objective-C

@interface AWSIoTListThingTypesResponse

Swift

class AWSIoTListThingTypesResponse

The output for the ListThingTypes operation.

  • The token for 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 thing types.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTThingTypeDefinition *> *_Nullable thingTypes;

    Swift

    var thingTypes: [AWSIoTThingTypeDefinition]? { get set }