DeleteHealthCheckRequest

public struct DeleteHealthCheckRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the health check that you want to delete.

    Declaration

    Swift

    public let healthCheckId: String
  • Undocumented

    Declaration

    Swift

    public init(healthCheckId: String)
  • Declaration

    Swift

    public func validate(name: String) throws