Class: Aws::CloudFormation::Types::TemplateSummaryConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::TemplateSummaryConfig
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Options for the GetTemplateSummary API action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#treat_unrecognized_resource_types_as_warnings ⇒ Boolean
If set to
True, any unrecognized resource types generate warnings and not an error.
Instance Attribute Details
#treat_unrecognized_resource_types_as_warnings ⇒ Boolean
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.
10843 10844 10845 10846 10847 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10843 class TemplateSummaryConfig < Struct.new( :treat_unrecognized_resource_types_as_warnings) SENSITIVE = [] include Aws::Structure end |