class
Amazonite::Ssm::DescribePatchBaselinesRequest
- Amazonite::Ssm::DescribePatchBaselinesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_patch_baselines_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(filters : Array(PatchOrchestratorFilter) | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
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) -
#max_results : Int32 | Nil
The maximum number of patch baselines to return (per page).
-
#max_results=(max_results : Int32 | Nil)
The maximum number of patch baselines 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 DescribePatchBaselines include the following:
- **
NAME_PREFIX**
Sample values: AWS- | My-
- **
OWNER**
Sample values: AWS | Self
- **
OPERATING_SYSTEM**
Sample values: AMAZON_LINUX | SUSE | WINDOWS
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribePatchBaselines include the following:
- **
NAME_PREFIX**
Sample values: AWS- | My-
- **
OWNER**
Sample values: AWS | Self
- **
OPERATING_SYSTEM**
Sample values: AMAZON_LINUX | SUSE | WINDOWS
The maximum number of patch baselines 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.)