class
Amazonite::Ssm::ListComplianceItemsRequest
- Amazonite::Ssm::ListComplianceItemsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_compliance_items_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(filters : Array(ComplianceStringFilter) | Nil = nil, resource_ids : Array(String) | Nil = nil, resource_types : Array(String) | 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. -
#filters : Array(ComplianceStringFilter) | Nil
One or more compliance filters.
-
#filters=(filters : Array(ComplianceStringFilter) | Nil)
One or more compliance filters.
-
#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.
-
#resource_ids : Array(String) | Nil
The ID for the resources from which to get compliance information.
-
#resource_ids=(resource_ids : Array(String) | Nil)
The ID for the resources from which to get compliance information.
-
#resource_types : Array(String) | Nil
The type of resource from which to get compliance information.
-
#resource_types=(resource_types : Array(String) | Nil)
The type of resource from which to get compliance information.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
One or more compliance filters. Use a filter to return a more specific list of results.
One or more compliance filters. Use a filter to return a more specific list 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.
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 ID for the resources from which to get compliance information. Currently, you can only specify one resource ID.
The ID for the resources from which to get compliance information. Currently, you can only specify one resource ID.
The type of resource from which to get compliance information. Currently, the only supported
resource type is ManagedInstance.
The type of resource from which to get compliance information. Currently, the only supported
resource type is ManagedInstance.