class
Amazonite::CloudFormation::GetStackPolicyInput
- Amazonite::CloudFormation::GetStackPolicyInput
- Reference
- Object
Overview
The input for the GetStackPolicy action.
Defined in:
cloudformation/get_stack_policy_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_name : String
The name or unique stack ID that's associated with the stack whose policy you want to get.
-
#stack_name=(stack_name : String)
The name or unique stack ID that's associated with the stack whose policy you want to get.
- #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_name : String
#
The name or unique stack ID that's associated with the stack whose policy you want to get.
def stack_name=(stack_name : String)
#
The name or unique stack ID that's associated with the stack whose policy you want to get.