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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2718
2719
2720
2721
2722
2723
# File 'lib/aws-sdk-athena/types.rb', line 2718

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:



2718
2719
2720
2721
2722
2723
# File 'lib/aws-sdk-athena/types.rb', line 2718

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