Class: Aws::Athena::Types::ListTagsForResourceInput

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

#max_resultsInteger

The maximum number of results to be returned per request that lists the tags for the resource.

Returns:

  • (Integer)


2767
2768
2769
2770
2771
2772
2773
# File 'lib/aws-sdk-athena/types.rb', line 2767

class ListTagsForResourceInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no additional results for this request, where the request lists the tags for the resource with the specified ARN.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
2773
# File 'lib/aws-sdk-athena/types.rb', line 2767

class ListTagsForResourceInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Lists the tags for the resource with the specified ARN.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
2773
# File 'lib/aws-sdk-athena/types.rb', line 2767

class ListTagsForResourceInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end