Class: Aws::FSx::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The response object for ListTagsForResource
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
This is present if there are more tags than returned in the response (String).
-
#tags ⇒ Array<Types::Tag>
A list of tags on the resource.
Instance Attribute Details
#next_token ⇒ String
This is present if there are more tags than returned in the response
(String). You can use the NextToken
value in the later request to
fetch the tags.
6489 6490 6491 6492 6493 6494 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6489 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags on the resource.
6489 6490 6491 6492 6493 6494 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6489 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |