Class: Aws::DynamoDB::Types::ListTagsOfResourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


5497
5498
5499
5500
5501
5502
# File 'lib/aws-sdk-dynamodb/types.rb', line 5497

class ListTagsOfResourceInput < Struct.new(
  :resource_arn,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Returns:

  • (String)


5497
5498
5499
5500
5501
5502
# File 'lib/aws-sdk-dynamodb/types.rb', line 5497

class ListTagsOfResourceInput < Struct.new(
  :resource_arn,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end