LoggingOptionsPayload
public struct LoggingOptionsPayload : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The log level.
Declaration
Swift
public let logLevel: LogLevel? -
The ARN of the IAM role that grants access.
Declaration
Swift
public let roleArn: String -
Undocumented
Declaration
Swift
public init(logLevel: LogLevel? = nil, roleArn: String)
View on GitHub
LoggingOptionsPayload Structure Reference