AWSIoTListV2LoggingLevelsResponse
Objective-C
@interface AWSIoTListV2LoggingLevelsResponse
Swift
class AWSIoTListV2LoggingLevelsResponse
-
The logging configuration for a target.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTLogTargetConfiguration *> *_Nullable logTargetConfigurations;
Swift
var logTargetConfigurations: [AWSIoTLogTargetConfiguration]? { get set }
-
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 }