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

Class: Aws::IoTThingsGraph::Types::ListTagsForResourceRequest

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

Overview

Note:

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

{
  max_results: 1,
  resource_arn: "ResourceArn", # required
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of tags to return.

Returns:

  • (Integer)

    The maximum number of tags to return.

#next_tokenString

The token that specifies the next page of results to return.

Returns:

  • (String)

    The token that specifies the next page of results to return.

#resource_arnString

The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource whose tags are to be returned.