Class: Aws::Athena::Types::ListTagsForResourceOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token to be used by the next request if this request is truncated.

Returns:

  • (String)


654
655
656
657
658
# File 'lib/aws-sdk-athena/types.rb', line 654

class ListTagsForResourceOutput < Struct.new(
  :tags,
  :next_token)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of tags associated with this workgroup.

Returns:



654
655
656
657
658
# File 'lib/aws-sdk-athena/types.rb', line 654

class ListTagsForResourceOutput < Struct.new(
  :tags,
  :next_token)
  include Aws::Structure
end