AWSIoTLoggingOptionsPayload
Objective-C
@interface AWSIoTLoggingOptionsPayload
Swift
class AWSIoTLoggingOptionsPayload
Describes the logging options payload.
Required parameters: [roleArn]
-
The log level.
Declaration
Objective-C
@property (nonatomic) AWSIoTLogLevel logLevel;Swift
var logLevel: AWSIoTLogLevel { get set } -
The ARN of the IAM role that grants access.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;Swift
var roleArn: String? { get set }
View on GitHub
Install in Dash
AWSIoTLoggingOptionsPayload Class Reference