Class: Aws::DataSync::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
ListTagsForResourceResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
-
#tags ⇒ Array<Types::TagListEntry>
An array of tags applied to the specified resource.
Instance Attribute Details
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
3508 3509 3510 3511 3512 3513 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3508 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::TagListEntry>
An array of tags applied to the specified resource.
3508 3509 3510 3511 3512 3513 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3508 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |