You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudHSMV2::Types::ListTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTagsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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.

Returns:

  • (Integer)

    The maximum number of tags to return in the response.

#next_tokenString

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

Returns:

  • (String)

    The NextToken value that you received in the previous response.

#resource_idString

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

Returns:

  • (String)

    The cluster identifier (ID) for the cluster whose tags you are getting.