Returns a full description of the launch configurations given the specified names.

If no names are specified, then the full details of all launch configurations are returned.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
DescribeLaunchConfigurationsResponse DescribeLaunchConfigurations(
	DescribeLaunchConfigurationsRequest describeLaunchConfigurationsRequest
)
Function DescribeLaunchConfigurations ( _
	describeLaunchConfigurationsRequest As DescribeLaunchConfigurationsRequest _
) As DescribeLaunchConfigurationsResponse
DescribeLaunchConfigurationsResponse^ DescribeLaunchConfigurations(
	DescribeLaunchConfigurationsRequest^ describeLaunchConfigurationsRequest
)

Parameters

describeLaunchConfigurationsRequest
DescribeLaunchConfigurationsRequest
Container for the necessary parameters to execute the DescribeLaunchConfigurations service method on AmazonAutoScaling.

Return Value

The response from the DescribeLaunchConfigurations service method, as returned by AmazonAutoScaling.

Exceptions

See Also