DeleteResolverQueryLogConfigRequest
public struct DeleteResolverQueryLogConfigRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the query logging configuration that you want to delete.
Declaration
Swift
public let resolverQueryLogConfigId: String
-
Undocumented
Declaration
Swift
public init(resolverQueryLogConfigId: String)
-
Declaration
Swift
public func validate(name: String) throws