class
Amazonite::CloudFormation::DescribeStackResourcesOutput
- Amazonite::CloudFormation::DescribeStackResourcesOutput
- Reference
- Object
Overview
The output for a DescribeStackResources action.
Defined in:
cloudformation/describe_stack_resources_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_resources : Array(StackResource) | Nil
A list of
StackResourcestructures. -
#stack_resources=(stack_resources : Array(StackResource) | Nil)
A list of
StackResourcestructures. - #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 stack_resources=(stack_resources : Array(StackResource) | Nil)
#
A list of StackResource structures.