class Amazonite::CloudFormation::GetStackPolicyOutput

Overview

The output for the GetStackPolicy action.

Defined in:

cloudformation/get_stack_policy_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(stack_policy_body : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


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.


[View source]
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.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]