AWS SDK for .NET Documentation
DescribeTags Method (describeTagsRequest)
AmazonAmazon.AutoScalingAmazonAutoScalingDescribeTags(DescribeTagsRequest) Did this page help you?   Yes   No    Tell us about it...

Lists the Auto Scaling group tags.

You can use filters to limit results when describing tags. For example, you can query for tags of a particular Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results.

You can also specify multiple filters. The result includes information for a particular tag only if it matches all your filters. If there's no match, no special message is returned.

Declaration Syntax
C#
DescribeTagsResponse DescribeTags(
	DescribeTagsRequest describeTagsRequest
)
Parameters
describeTagsRequest (DescribeTagsRequest)
Container for the necessary parameters to execute the DescribeTags service method on AmazonAutoScaling.
Return Value
The response from the DescribeTags service method, as returned by AmazonAutoScaling.
Exceptions
ExceptionCondition
InvalidNextTokenException

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)