HttpInstanceSummary
public struct HttpInstanceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If you included any attributes when you registered the instance, the values of those attributes.
Declaration
Swift
public let attributes: [String : String]?
-
If you configured health checking in the service, the current health status of the service instance.
Declaration
Swift
public let healthStatus: HealthStatus?
-
The ID of an instance that matches the values that you specified in the request.
Declaration
Swift
public let instanceId: String?
-
The name of the namespace that you specified when you registered the instance.
Declaration
Swift
public let namespaceName: String?
-
The name of the service that you specified when you registered the instance.
Declaration
Swift
public let serviceName: String?
-
Undocumented
Declaration
Swift
public init(attributes: [String : String]? = nil, healthStatus: HealthStatus? = nil, instanceId: String? = nil, namespaceName: String? = nil, serviceName: String? = nil)