Class: Aws::CloudFormation::Types::TemplateSummaryConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Options for the ‘GetTemplateSummary` API action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#treat_unrecognized_resource_types_as_warningsBoolean

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.

Returns:

  • (Boolean)


10032
10033
10034
10035
10036
# File 'lib/aws-sdk-cloudformation/types.rb', line 10032

class TemplateSummaryConfig < Struct.new(
  :treat_unrecognized_resource_types_as_warnings)
  SENSITIVE = []
  include Aws::Structure
end