Class: Aws::Route53Resolver::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of tags that you want to return in the response to a ListTagsForResource request. If you don't specify a value for MaxResults, Resolver returns up to 100 tags.

Returns:

  • (Integer)


3734
3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3734

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

#next_tokenString

For the first ListTagsForResource request, omit this value.

If you have more than MaxResults tags, you can submit another ListTagsForResource request to get the next group of tags for the resource. In the next request, specify the value of NextToken from the previous response.

Returns:

  • (String)


3734
3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3734

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

#resource_arnString

The Amazon Resource Name (ARN) for the resource that you want to list tags for.

Returns:

  • (String)


3734
3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3734

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