ListV2LoggingLevelsResponse
public struct ListV2LoggingLevelsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The logging configuration for a target.
Declaration
Swift
public let logTargetConfigurations: [LogTargetConfiguration]?
-
The token used to get the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(logTargetConfigurations: [LogTargetConfiguration]? = nil, nextToken: String? = nil)