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