AWSIoTListV2LoggingLevelsRequest
Objective-C
@interface AWSIoTListV2LoggingLevelsRequest
Swift
class AWSIoTListV2LoggingLevelsRequest
-
The maximum number of results to return at one time.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
To retrieve the next set of results, the
nextTokenvalue from a previous response; otherwise null to receive the first set of results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
The type of resource for which you are configuring logging. Must be
THING_Group.Declaration
Objective-C
@property (nonatomic) AWSIoTLogTargetType targetType;Swift
var targetType: AWSIoTLogTargetType { get set }
View on GitHub
Install in Dash
AWSIoTListV2LoggingLevelsRequest Class Reference