class Amazonite::CloudFormation::TemplateSummaryConfig

Overview

Options for the GetTemplateSummary API action.

Defined in:

cloudformation/template_summary_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(treat_unrecognized_resource_types_as_warnings : Bool | 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 to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def treat_unrecognized_resource_types_as_warnings : Bool | Nil #

If set to True, any unrecognized resource types generate warnings and not an error. Any unrecognized resource types are returned in the Warnings output parameter.


[View source]
def treat_unrecognized_resource_types_as_warnings=(treat_unrecognized_resource_types_as_warnings : Bool | Nil) #

If set to True, any unrecognized resource types generate warnings and not an error. Any unrecognized resource types are returned in the Warnings output parameter.


[View source]
def validate! : Nil #

[View source]