class
Amazonite::Ssm::DescribeInstancePatchStatesForPatchGroupRequest
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_instance_patch_states_for_patch_group_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(patch_group : String, filters : Array(InstancePatchStateFilter) | 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(InstancePatchStateFilter) | Nil
Each entry in the array is a structure containing:
-
#filters=(filters : Array(InstancePatchStateFilter) | Nil)
Each entry in the array is a structure containing:
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of patches to return (per page).
-
#max_results=(max_results : Int32 | Nil)
The maximum number of patches to return (per page).
-
#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.
-
#patch_group : String
The name of the patch group for which the patch state information should be retrieved.
-
#patch_group=(patch_group : String)
The name of the patch group for which the patch state information should be retrieved.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Each entry in the array is a structure containing:
-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
Each entry in the array is a structure containing:
-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
The name of the patch group for which the patch state information should be retrieved.
The name of the patch group for which the patch state information should be retrieved.