LogTarget
public struct LogTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The target name.
Declaration
Swift
public let targetName: String? -
The target type.
Declaration
Swift
public let targetType: LogTargetType -
Undocumented
Declaration
Swift
public init(targetName: String? = nil, targetType: LogTargetType)
View on GitHub
LogTarget Structure Reference