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