CreateHealthCheckResponse
public struct CreateHealthCheckResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A complex type that contains identifying information about the health check.
Declaration
Swift
public let healthCheck: HealthCheck
-
The unique URL representing the new health check.
Declaration
Swift
public let location: String
-
Undocumented
Declaration
Swift
public init(healthCheck: HealthCheck, location: String)