class
Amazonite::CloudFormation::TemplateSummaryConfig
- Amazonite::CloudFormation::TemplateSummaryConfig
- Reference
- Object
Overview
Options for the GetTemplateSummary API action.
Defined in:
cloudformation/template_summary_config.crConstructors
- .from_xml(node : XML::Node) : self
- .new(treat_unrecognized_resource_types_as_warnings : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#treat_unrecognized_resource_types_as_warnings : Bool | Nil
If set to
True, any unrecognized resource types generate warnings and not an error. -
#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. - #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 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.