class Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsInput

@note When making an API call, you may pass BatchDescribeTypeConfigurationsInput

data as a hash:

    {
      type_configuration_identifiers: [ # required
        {
          type_arn: "TypeArn",
          type_configuration_alias: "TypeConfigurationAlias",
          type_configuration_arn: "TypeConfigurationArn",
          type: "RESOURCE", # accepts RESOURCE, MODULE, HOOK
          type_name: "TypeName",
        },
      ],
    }

@!attribute [rw] type_configuration_identifiers

The list of identifiers for the desired extension configurations.
@return [Array<Types::TypeConfigurationIdentifier>]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/BatchDescribeTypeConfigurationsInput AWS API Documentation

Constants

SENSITIVE