You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::DescribeOpsItemsRequestWhen passing DescribeOpsItemsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
ops_item_filters: [
{
key: "Status", values: ["OpsItemFilterValue"], operator: "Equal", },
],
max_results: 1,
next_token: "String",
}
Instance Attribute Summary collapse
The maximum number of items to return for this call.
A token to start the list.
One or more filters to limit the response.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
#next_token ⇒ StringA token to start the list. Use this token to get the next set of results.
#ops_item_filters ⇒ Array<Types::OpsItemFilter>One or more filters to limit the response.
Key: CreatedTime
Operations: GreaterThan, LessThan
Key: LastModifiedBy
Operations: Contains, Equals
Key: LastModifiedTime
Operations: GreaterThan, LessThan
Key: Priority
Operations: Equals
Key: Source
Operations: Contains, Equals
Key: Status
Operations: Equals
Key: Title
Operations: Contains
Key: OperationalData*
Operations: Equals
Key: OperationalDataKey
Operations: Equals
Key: OperationalDataValue
Operations: Equals, Contains
Key: OpsItemId
Operations: Equals
Key: ResourceId
Operations: Contains
Key: AutomationId
Operations: Equals
*If you filter the response by using the OperationalData operator, specify a key-value pair by using the following JSON format: `\"key\":\"key_name\",\"value\":\"a_value\"`
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4