class
Amazonite::CloudFormation::ListTypeVersionsOutput
- Amazonite::CloudFormation::ListTypeVersionsOutput
- Reference
- Object
Defined in:
cloudformation/list_type_versions_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type_version_summaries : Array(TypeVersionSummary) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
If the request doesn't return all of the remaining results,
NextTokenis set to a token. -
#next_token=(next_token : String | Nil)
If the request doesn't return all of the remaining results,
NextTokenis set to a token. - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_version_summaries : Array(TypeVersionSummary) | Nil
A list of
TypeVersionSummarystructures that contain information about the specified extension's versions. -
#type_version_summaries=(type_version_summaries : Array(TypeVersionSummary) | Nil)
A list of
TypeVersionSummarystructures that contain information about the specified extension's versions. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If the request doesn't return all of the remaining results, NextToken is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request
object's NextToken parameter. If the request returns all results, NextToken is set to
null.
If the request doesn't return all of the remaining results, NextToken is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request
object's NextToken parameter. If the request returns all results, NextToken is set to
null.
A list of TypeVersionSummary structures that contain information about the specified
extension's versions.
A list of TypeVersionSummary structures that contain information about the specified
extension's versions.