class
Amazonite::Ssm::ListComplianceSummariesResult
- Amazonite::Ssm::ListComplianceSummariesResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_compliance_summaries_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(compliance_summary_items : Array(ComplianceSummaryItem) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#compliance_summary_items : Array(ComplianceSummaryItem) | Nil
A list of compliant and non-compliant summary counts based on compliance types.
-
#compliance_summary_items=(compliance_summary_items : Array(ComplianceSummaryItem) | Nil)
A list of compliant and non-compliant summary counts based on compliance types.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
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.