AWSIoTDeleteV2LoggingLevelRequest
Objective-C
@interface AWSIoTDeleteV2LoggingLevelRequest
Swift
class AWSIoTDeleteV2LoggingLevelRequest
-
The name of the resource for which you are configuring logging.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable targetName;
Swift
var targetName: 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 }