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