DisassociateResolverRuleRequest
public struct DisassociateResolverRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Resolver rule that you want to disassociate from the specified VPC.
Declaration
Swift
public let resolverRuleId: String
-
The ID of the VPC that you want to disassociate the Resolver rule from.
Declaration
Swift
public let vPCId: String
-
Undocumented
Declaration
Swift
public init(resolverRuleId: String, vPCId: String)
-
Declaration
Swift
public func validate(name: String) throws