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 ListTags operation. Returns a list of tags that are applied to the specified stack or layer.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.OpsWorks.AmazonOpsWorksRequest
      Amazon.OpsWorks.Model.ListTagsRequest

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

Syntax

C#
public class ListTagsRequest : AmazonOpsWorksRequest
         IAmazonWebServiceRequest

The ListTagsRequest type exposes the following members

Constructors

NameDescription
Public Method ListTagsRequest()

Properties

NameTypeDescription
Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.

Public Property NextToken System.String

Gets and sets the property NextToken.

Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.

Public Property ResourceArn System.String

Gets and sets the property ResourceArn.

The stack or layer's Amazon Resource Number (ARN).

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