class
Amazonite::CloudFormation::GetStackPolicyOutput
- Amazonite::CloudFormation::GetStackPolicyOutput
- Reference
- Object
Overview
The output for the GetStackPolicy action.
Defined in:
cloudformation/get_stack_policy_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_policy_body : String | Nil
Structure that contains the stack policy body.
-
#stack_policy_body=(stack_policy_body : String | Nil)
Structure that contains the stack policy body.
- #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_policy_body : String | Nil
#
Structure that contains the stack policy body. For more information, see Prevent updates to stack resources in the CloudFormation User Guide.
def stack_policy_body=(stack_policy_body : String | Nil)
#
Structure that contains the stack policy body. For more information, see Prevent updates to stack resources in the CloudFormation User Guide.