AgentStatusSearchCriteria
The search criteria to be used to return agent statuses.
Contents
- AndConditions
-
A leaf node condition which can be used to specify a string condition.
Note
The currently supported values for
FieldName
arename
,description
,state
,type
,displayOrder
, andresourceID
.Type: Array of AgentStatusSearchCriteria objects
Required: No
- OrConditions
-
A list of conditions which would be applied together with an
OR
condition.Type: Array of AgentStatusSearchCriteria objects
Required: No
- StringCondition
-
A leaf node condition which can be used to specify a string condition.
Note
The currently supported values for
FieldName
arename
,description
,state
,type
,displayOrder
, andresourceID
.Type: StringCondition object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: