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
- Struct
- Aws::CloudDirectory::Types::ListTagsForResourceRequest
- 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
-
#max_results ⇒ Integer
The
MaxResults
parameter sets the maximum number of results returned in a single page. -
#next_token ⇒ String
The pagination token.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#max_results ⇒ Integer
The MaxResults
parameter sets the maximum number of results returned
in a single page. This is for future use and is not supported currently.
#next_token ⇒ String
The pagination token. This is for future use. Currently pagination is not supported for tagging.
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.