AgentFilter
public struct AgentFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
Declaration
Swift
public let agentHealthCodes: [AgentHealthCode] -
The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
Declaration
Swift
public let agentHealths: [AgentHealth] -
Undocumented
Declaration
Swift
public init(agentHealthCodes: [AgentHealthCode], agentHealths: [AgentHealth]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AgentFilter Structure Reference