GetInstancesHealthStatusResponse
public struct GetInstancesHealthStatusResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If more than MaxResults instances match the specified criteria, you can submit another GetInstancesHealthStatus request to get the next group of results. Specify the value of NextToken from the previous response in the next request.
Declaration
Swift
public let nextToken: String?
-
A complex type that contains the IDs and the health status of the instances that you specified in the GetInstancesHealthStatus request.
Declaration
Swift
public let status: [String : HealthStatus]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, status: [String : HealthStatus]? = nil)