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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2785

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

#tagsArray<Types::Tag>

The list of tags associated with the specified resource.

Returns:



2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2785

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