class
Amazonite::Ssm::ListAssociationVersionsResult
- Amazonite::Ssm::ListAssociationVersionsResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_association_versions_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(association_versions : Array(AssociationVersionInfo) | 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. -
#association_versions : Array(AssociationVersionInfo) | Nil
Information about all versions of the association for the specified association ID.
-
#association_versions=(association_versions : Array(AssociationVersionInfo) | Nil)
Information about all versions of the association for the specified association ID.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Information about all versions of the association for the specified association ID.
Information about all versions of the association for the specified association ID.
The token for the next set of items to return. Use this token to get the next set of results.
The token for the next set of items to return. Use this token to get the next set of results.