Class: Aws::AppMesh::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextToken
value to include in a futureListTagsForResource
request. -
#tags ⇒ Array<Types::TagRef>
The tags for the resource.
Instance Attribute Details
#next_token ⇒ String
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.
2973 2974 2975 2976 2977 2978 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2973 class ListTagsForResourceOutput < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::TagRef>
The tags for the resource.
2973 2974 2975 2976 2977 2978 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2973 class ListTagsForResourceOutput < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |