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)


3664
3665
3666
3667
3668
3669
3670
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3664

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)


3664
3665
3666
3667
3668
3669
3670
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3664

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)


3664
3665
3666
3667
3668
3669
3670
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3664

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