class
Amazonite::Ssm::GetOpsSummaryRequest
- Amazonite::Ssm::GetOpsSummaryRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_ops_summary_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(sync_name : String | Nil = nil, filters : Array(OpsFilter) | Nil = nil, aggregators : Array(OpsAggregator) | Nil = nil, result_attributes : Array(OpsResultAttribute) | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#aggregators : Array(OpsAggregator) | Nil
Optional aggregators that return counts of OpsData based on one or more expressions.
-
#aggregators=(aggregators : Array(OpsAggregator) | Nil)
Optional aggregators that return counts of OpsData based on one or more expressions.
-
#filters : Array(OpsFilter) | Nil
Optional filters used to scope down the returned OpsData.
-
#filters=(filters : Array(OpsFilter) | Nil)
Optional filters used to scope down the returned OpsData.
-
#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.
-
#result_attributes : Array(OpsResultAttribute) | Nil
The OpsData data type to return.
-
#result_attributes=(result_attributes : Array(OpsResultAttribute) | Nil)
The OpsData data type to return.
-
#sync_name : String | Nil
Specify the name of a resource data sync to get.
-
#sync_name=(sync_name : String | Nil)
Specify the name of a resource data sync to get.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Optional aggregators that return counts of OpsData based on one or more expressions.
Optional aggregators that return counts of OpsData based on one or more expressions.
Optional filters used to scope down the returned OpsData.
Optional filters used to scope down the returned OpsData.
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.
The OpsData data type to return.