Class: Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDescribeTypeConfigurationsError>
A list of information concerning any errors generated during the setting of the specified configurations.
-
#type_configurations ⇒ Array<Types::TypeConfigurationDetails>
A list of any of the specified extension configurations from the CloudFormation registry.
-
#unprocessed_type_configurations ⇒ Array<Types::TypeConfigurationIdentifier>
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
Instance Attribute Details
#errors ⇒ Array<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_configurations ⇒ Array<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_configurations ⇒ Array<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 |