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

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

Overview

<zonbook />

<xhtml />

Constant Summary collapse

SENSITIVE =
[]

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)


2973
2974
2975
2976
2977
2978
# File 'lib/aws-sdk-appmesh/types.rb', line 2973

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

#tagsArray<Types::TagRef>

The tags for the resource.

Returns:



2973
2974
2975
2976
2977
2978
# File 'lib/aws-sdk-appmesh/types.rb', line 2973

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