Class: Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchDescribeTypeConfigurationsError>

A list of information concerning any errors generated during the setting of the specified configurations.



322
323
324
325
326
327
328
# File 'lib/aws-sdk-cloudformation/types.rb', line 322

class BatchDescribeTypeConfigurationsOutput < Struct.new(
  :errors,
  :unprocessed_type_configurations,
  :type_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#type_configurationsArray<Types::TypeConfigurationDetails>

A list of any of the specified extension configurations from the CloudFormation registry.



322
323
324
325
326
327
328
# File 'lib/aws-sdk-cloudformation/types.rb', line 322

class BatchDescribeTypeConfigurationsOutput < Struct.new(
  :errors,
  :unprocessed_type_configurations,
  :type_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_type_configurationsArray<Types::TypeConfigurationIdentifier>

A list of any of the specified extension configurations that CloudFormation could not process for any reason.



322
323
324
325
326
327
328
# File 'lib/aws-sdk-cloudformation/types.rb', line 322

class BatchDescribeTypeConfigurationsOutput < Struct.new(
  :errors,
  :unprocessed_type_configurations,
  :type_configurations)
  SENSITIVE = []
  include Aws::Structure
end