Class: Aws::Athena::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to be used by the next request if this request is truncated.
-
#tags ⇒ Array<Types::Tag>
The list of tags associated with the specified resource.
Instance Attribute Details
#next_token ⇒ String
A token to be used by the next request if this request is truncated.
2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2787 class ListTagsForResourceOutput < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags associated with the specified resource.
2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2787 class ListTagsForResourceOutput < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |