Class: Aws::DynamoDB::Types::ListTagsOfResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListTagsOfResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
-
#resource_arn ⇒ String
The Amazon DynamoDB resource with tags to be listed.
Instance Attribute Details
#next_token ⇒ String
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.
5590 5591 5592 5593 5594 5595 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5590 class ListTagsOfResourceInput < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
5590 5591 5592 5593 5594 5595 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5590 class ListTagsOfResourceInput < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |