GetQueryLoggingConfigResponse
public struct GetQueryLoggingConfigResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
Declaration
Swift
public let queryLoggingConfig: QueryLoggingConfig
-
Undocumented
Declaration
Swift
public init(queryLoggingConfig: QueryLoggingConfig)