Class: Aws::DAX::Types::ListTagsResponse

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

If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

Returns:

  • (String)


994
995
996
997
998
999
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 994

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

#tagsArray<Types::Tag>

A list of tags currently associated with the DAX cluster.

Returns:



994
995
996
997
998
999
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 994

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