Class: Aws::Route53::Types::ListTagsForResourceRequest

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

Overview

A complex type containing information about a request for a list of the tags that are associated with an individual resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource for which you want to retrieve tags.

Returns:

  • (String)


5377
5378
5379
5380
5381
5382
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5377

class ListTagsForResourceRequest < Struct.new(
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource.

  • The resource type for health checks is healthcheck.

  • The resource type for hosted zones is hostedzone.

Returns:

  • (String)


5377
5378
5379
5380
5381
5382
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5377

class ListTagsForResourceRequest < Struct.new(
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end