GetV2LoggingOptionsResponse
public struct GetV2LoggingOptionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The default log level.
Declaration
Swift
public let defaultLogLevel: LogLevel? -
Disables all logs.
Declaration
Swift
public let disableAllLogs: Bool? -
The IAM role ARN AWS IoT uses to write to your CloudWatch logs.
Declaration
Swift
public let roleArn: String? -
Undocumented
Declaration
Swift
public init(defaultLogLevel: LogLevel? = nil, disableAllLogs: Bool? = nil, roleArn: String? = nil)
View on GitHub
GetV2LoggingOptionsResponse Structure Reference