class Aws::CloudHSMV2::Types::ListTagsRequest

@note When making an API call, you may pass ListTagsRequest

data as a hash:

    {
      resource_id: "ResourceId", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] resource_id

The cluster identifier (ID) for the cluster whose tags you are
getting. To find the cluster ID, use DescribeClusters.
@return [String]

@!attribute [rw] next_token

The `NextToken` value that you received in the previous response.
Use this value to get more tags.
@return [String]

@!attribute [rw] max_results

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/ListTagsRequest AWS API Documentation

Constants

SENSITIVE