Class: Aws::Athena::Types::ListTagsForResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListTagsForResourceInput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to be returned per request that lists the tags for the resource.
-
#next_token ⇒ String
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.
-
#resource_arn ⇒ String
Lists the tags for the resource with the specified ARN.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to be returned per request that lists the tags for the resource.
2423 2424 2425 2426 2427 2428 2429 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2423 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2423 2424 2425 2426 2427 2428 2429 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2423 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Lists the tags for the resource with the specified ARN.
2423 2424 2425 2426 2427 2428 2429 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2423 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |