class
Amazonite::CloudFormation::ListImportsOutput
- Amazonite::CloudFormation::ListImportsOutput
- Reference
- Object
Defined in:
cloudformation/list_imports_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(imports : Array(String) | 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) -
#imports : Array(String) | Nil
A list of stack names that are importing the specified exported output value.
-
#imports=(imports : Array(String) | Nil)
A list of stack names that are importing the specified exported output value.
-
#next_token : String | Nil
A string that identifies the next page of exports.
-
#next_token=(next_token : String | Nil)
A string that identifies the next page of exports.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of stack names that are importing the specified exported output value.
A list of stack names that are importing the specified exported output value.
A string that identifies the next page of exports. If there is no additional page, this value is null.
A string that identifies the next page of exports. If there is no additional page, this value is null.