class
Amazonite::Ssm::DescribePatchPropertiesResult
- Amazonite::Ssm::DescribePatchPropertiesResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_patch_properties_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(properties : Array(Hash(String, String)) | Nil = nil, next_token : String | 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) -
#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.
-
#properties : Array(Hash(String, String)) | Nil
A list of the properties for patches matching the filter request parameters.
-
#properties=(properties : Array(Hash(String, String)) | Nil)
A list of the properties for patches matching the filter request parameters.
- #validate! : Nil
Constructor Detail
def self.new(properties : Array(Hash(String, String)) | 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 next_token : String | Nil
#
The token for the next set of items to return. (You use this token in the next call.)
def next_token=(next_token : String | Nil)
#
The token for the next set of items to return. (You use this token in the next call.)
def properties : Array(Hash(String, String)) | Nil
#
A list of the properties for patches matching the filter request parameters.
def properties=(properties : Array(Hash(String, String)) | Nil)
#
A list of the properties for patches matching the filter request parameters.