DisassociateHealthCheckRequest
public struct DisassociateHealthCheckRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
Declaration
Swift
public let healthCheckArn: String
-
The unique identifier (ID) for the Protection object to remove the health check association from.
Declaration
Swift
public let protectionId: String
-
Undocumented
Declaration
Swift
public init(healthCheckArn: String, protectionId: String)
-
Declaration
Swift
public func validate(name: String) throws