AWSIoTListThingTypesResponse
Objective-C
@interface AWSIoTListThingTypesResponseSwift
class AWSIoTListThingTypesResponseThe output for the ListThingTypes operation.
- 
                  
                  The token for the next set of results. Will not be returned if operation has returned all results. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable nextToken;Swift var nextToken: String? { get set }
- 
                  
                  The thing types. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSIoTThingTypeDefinition *> *_Nullable thingTypes;Swift var thingTypes: [AWSIoTThingTypeDefinition]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTListThingTypesResponse Class Reference
        AWSIoTListThingTypesResponse Class Reference