class
Amazonite::Ssm::DescribeOpsItemsRequest
- Amazonite::Ssm::DescribeOpsItemsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_ops_items_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(ops_item_filters : Array(OpsItemFilter) | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of items to return for this call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of items to return for this call.
-
#next_token : String | Nil
A token to start the list.
-
#next_token=(next_token : String | Nil)
A token to start the list.
-
#ops_item_filters : Array(OpsItemFilter) | Nil
One or more filters to limit the response.
-
#ops_item_filters=(ops_item_filters : Array(OpsItemFilter) | Nil)
One or more filters to limit the response.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
A token to start the list. Use this token to get the next set of results.
A token to start the list. Use this token to get the next set of results.
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: Equals,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
- Key: AccountId
Operations: Equals
*The Equals operator for Title matches the first 100 characters. If you specify more than 100 characters, they system returns an error that the filter value exceeds the length limit.
**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"}
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: Equals,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
- Key: AccountId
Operations: Equals
*The Equals operator for Title matches the first 100 characters. If you specify more than 100 characters, they system returns an error that the filter value exceeds the length limit.
**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"}