class
Amazonite::CloudFormation::DescribeStackResourceOutput
- Amazonite::CloudFormation::DescribeStackResourceOutput
- Reference
- Object
Overview
The output for a DescribeStackResource action.
Defined in:
cloudformation/describe_stack_resource_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_resource_detail : StackResourceDetail | Nil
A
StackResourceDetailstructure that contains the description of the specified resource in the specified stack. -
#stack_resource_detail=(stack_resource_detail : StackResourceDetail | Nil)
A
StackResourceDetailstructure that contains the description of the specified resource in the specified stack. - #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_resource_detail : StackResourceDetail | Nil
#
A StackResourceDetail structure that contains the description of the specified resource in the
specified stack.
def stack_resource_detail=(stack_resource_detail : StackResourceDetail | Nil)
#
A StackResourceDetail structure that contains the description of the specified resource in the
specified stack.