class
Amazonite::Ssm::DescribeInstancePatchesRequest
- Amazonite::Ssm::DescribeInstancePatchesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_instance_patches_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(instance_id : String, filters : Array(PatchOrchestratorFilter) | Nil = nil, 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. -
#filters : Array(PatchOrchestratorFilter) | Nil
Each element in the array is a structure containing a key-value pair.
-
#filters=(filters : Array(PatchOrchestratorFilter) | Nil)
Each element in the array is a structure containing a key-value pair.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String
The ID of the managed node whose patch state information should be retrieved.
-
#instance_id=(instance_id : String)
The ID of the managed node whose patch state information should be retrieved.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatchesinclude the following:
- **
Classification**
Sample values: Security | SecurityUpdates
- **
KBId**
Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
- **
Severity**
Sample values: Important | Medium | Low
- **
State**
Sample values: Installed | InstalledOther | InstalledPendingReboot
For lists of all State values, see Patch compliance state
values
in the Amazon Web Services Systems Manager User Guide.
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatchesinclude the following:
- **
Classification**
Sample values: Security | SecurityUpdates
- **
KBId**
Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
- **
Severity**
Sample values: Important | Medium | Low
- **
State**
Sample values: Installed | InstalledOther | InstalledPendingReboot
For lists of all State values, see Patch compliance state
values
in the Amazon Web Services Systems Manager User Guide.
The ID of the managed node whose patch state information should be retrieved.
The ID of the managed node whose patch state information should be retrieved.
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.)