AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DescribeTags operation. Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameter filters.

There are three valid tag filter names:

Also, all configuration items associated with your user that have tags can be listed if you call DescribeTags as is without passing any parameters.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceRequest
      Amazon.ApplicationDiscoveryService.Model.DescribeTagsRequest

Namespace: Amazon.ApplicationDiscoveryService.Model
Assembly: AWSSDK.ApplicationDiscoveryService.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeTagsRequest : AmazonApplicationDiscoveryServiceRequest
         IAmazonWebServiceRequest

The DescribeTagsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeTagsRequest()

Properties

NameTypeDescription
Public Property Filters System.Collections.Generic.List<Amazon.ApplicationDiscoveryService.Model.TagFilter>

Gets and sets the property Filters.

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The total number of items to return in a single page of output. The maximum value is 100.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token to start the list. Use this token to get the next set of results.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5