class
Amazonite::CloudFormation::Warnings
- Amazonite::CloudFormation::Warnings
- Reference
- Object
Overview
Contains any warnings returned by the GetTemplateSummary API action.
Defined in:
cloudformation/warnings.crConstructors
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))
-
#unrecognized_resource_types : Array(String) | Nil
A list of all of the unrecognized resource types.
-
#unrecognized_resource_types=(unrecognized_resource_types : Array(String) | Nil)
A list of all of the unrecognized resource types.
- #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 unrecognized_resource_types : Array(String) | Nil
#
A list of all of the unrecognized resource types. This is only returned if the
TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning
configuration set to True.
def unrecognized_resource_types=(unrecognized_resource_types : Array(String) | Nil)
#
A list of all of the unrecognized resource types. This is only returned if the
TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning
configuration set to True.