DisassociateResolverQueryLogConfigRequest

public struct DisassociateResolverQueryLogConfigRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the query logging configuration that you want to disassociate a specified VPC from.

    Declaration

    Swift

    public let resolverQueryLogConfigId: String
  • The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.

    Declaration

    Swift

    public let resourceId: String
  • Undocumented

    Declaration

    Swift

    public init(resolverQueryLogConfigId: String, resourceId: String)
  • Declaration

    Swift

    public func validate(name: String) throws