Class: Aws::AppMesh::Types::ListTagsForResourceOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The ‘nextToken` value to include in a future `ListTagsForResource` request. When the results of a `ListTagsForResource` request exceed `limit`, you can use this value to retrieve the next page of results. This value is `null` when there are no more results to return.

Returns:

  • (String)


3804
3805
3806
3807
3808
# File 'lib/aws-sdk-appmesh/types.rb', line 3804

class ListTagsForResourceOutput < Struct.new(
  :next_token,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::TagRef>

The tags for the resource.

Returns:



3804
3805
3806
3807
3808
# File 'lib/aws-sdk-appmesh/types.rb', line 3804

class ListTagsForResourceOutput < Struct.new(
  :next_token,
  :tags)
  include Aws::Structure
end