class
Amazonite::Ssm::DescribeEffectivePatchesForPatchBaselineRequest
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_effective_patches_for_patch_baseline_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(baseline_id : String, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#baseline_id : String
The ID of the patch baseline to retrieve the effective patches for.
-
#baseline_id=(baseline_id : String)
The ID of the patch baseline to retrieve the effective patches for.
-
#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.
- #validate! : Nil
Constructor Detail
def self.new(baseline_id : String, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def baseline_id=(baseline_id : String)
#
The ID of the patch baseline to retrieve the effective patches for.
def next_token : String | Nil
#
The token for the next set of items to return. (You received this token from a previous call.)
def next_token=(next_token : String | Nil)
#
The token for the next set of items to return. (You received this token from a previous call.)