class
Amazonite::Ssm::DescribeInstancePatchStatesRequest
- Amazonite::Ssm::DescribeInstancePatchStatesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_instance_patch_states_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(instance_ids : Array(String), next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#instance_ids : Array(String)
The ID of the managed node for which patch state information should be retrieved.
-
#instance_ids=(instance_ids : Array(String))
The ID of the managed node for which patch state information should be retrieved.
-
#max_results : Int32 | Nil
The maximum number of managed nodes to return (per page).
-
#max_results=(max_results : Int32 | Nil)
The maximum number of managed nodes 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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ID of the managed node for which patch state information should be retrieved.
The ID of the managed node for which patch state information should be retrieved.
The maximum number of managed nodes to return (per page).
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.)