class
Amazonite::Ssm::ListResourceComplianceSummariesResult
- Amazonite::Ssm::ListResourceComplianceSummariesResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_resource_compliance_summaries_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_compliance_summary_items : Array(ResourceComplianceSummaryItem) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#resource_compliance_summary_items : Array(ResourceComplianceSummaryItem) | Nil
A summary count for specified or targeted managed nodes.
-
#resource_compliance_summary_items=(resource_compliance_summary_items : Array(ResourceComplianceSummaryItem) | Nil)
A summary count for specified or targeted managed nodes.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The token for the next set of items to return. Use this token to get the next set of results.
The token for the next set of items to return. Use this token to get the next set of results.
A summary count for specified or targeted managed nodes. Summary count includes information about compliant and non-compliant State Manager associations, patch status, or custom items according to the filter criteria that you specify.
A summary count for specified or targeted managed nodes. Summary count includes information about compliant and non-compliant State Manager associations, patch status, or custom items according to the filter criteria that you specify.