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.
6842 6843 6844 6845 6846 6847 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6842 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags on the resource.
6842 6843 6844 6845 6846 6847 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6842 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |