Class: Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#type_configuration_identifiersArray<Types::TypeConfigurationIdentifier>

The list of identifiers for the desired extension configurations.



299
300
301
302
303
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 299

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