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

Class: Aws::CloudDirectory::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:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

Returns:

  • (Integer)

    The MaxResults parameter sets the maximum number of results returned in a single page.

#next_tokenString

The pagination token. This is for future use. Currently pagination is not supported for tagging.

Returns:

  • (String)

    The pagination token.

#resource_arnString

The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource.