Class: Aws::DAX::Types::ListTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

Returns:

  • (String)


975
976
977
978
979
980
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 975

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

#resource_nameString

The name of the DAX resource to which the tags belong.

Returns:

  • (String)


975
976
977
978
979
980
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 975

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