class
Amazonite::CloudFormation::ListImportsInput
- Amazonite::CloudFormation::ListImportsInput
- Reference
- Object
Defined in:
cloudformation/list_imports_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#export_name : String
The name of the exported output value.
-
#export_name=(export_name : String)
The name of the exported output value.
-
#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.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def export_name : String
#
The name of the exported output value. CloudFormation returns the stack names that are importing this value.
def export_name=(export_name : String)
#
The name of the exported output value. CloudFormation returns the stack names that are importing this value.
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.)