AWS SDK for .NET Documentation
DescribeTagsRequest Class
AmazonAmazon.AutoScaling.ModelDescribeTagsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeTags operation.

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#
public class DescribeTagsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeTagsRequest()()()()
Initializes a new instance of the DescribeTagsRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filters
The value of the filter type used to identify the tags to be returned. For example, you can filter so that tags are returned according to Auto Scaling group, the key and value, or whether the new tag will be applied to instances launched after the tag is created (PropagateAtLaunch).

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MaxRecords
The maximum number of records to return.

NextToken
A string that marks the start of the next batch of returned results.

Constraints:

Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithFilters(array<Filter>[]()[][]) Obsolete.
Adds elements to the Filters collection

WithFilters(IEnumerable<(Of <<'(Filter>)>>)) Obsolete.
Adds elements to the Filters collection

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithNextToken(String) Obsolete.
Sets the NextToken property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeTagsRequest
See Also

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