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. Gets a list of tags for the specified AWS CloudHSM cluster.

This is a paginated operation, which means that each response might contain only a subset of all the tags. When the response contains only a subset of tags, it includes a NextToken value. Use this value in a subsequent ListTags request to get more tags. When you receive a response with no NextToken (or an empty or null value), that means there are no more tags to get.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudHSMV2.AmazonCloudHSMV2Request
      Amazon.CloudHSMV2.Model.ListTagsRequest

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

Syntax

C#
public class ListTagsRequest : AmazonCloudHSMV2Request
         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.

The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.

Public Property NextToken System.String

Gets and sets the property NextToken.

The NextToken value that you received in the previous response. Use this value to get more tags.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.

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