Class: Aws::Route53::Types::ListTagsForResourcesRequest

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

Overview

A complex type that contains information about the health checks or hosted zones for which you want to list tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idsArray<String>

A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

Returns:

  • (Array<String>)


5418
5419
5420
5421
5422
5423
# File 'lib/aws-sdk-route53/types.rb', line 5418

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

#resource_typeString

The type of the resources.

  • The resource type for health checks is ‘healthcheck`.

  • The resource type for hosted zones is ‘hostedzone`.

Returns:

  • (String)


5418
5419
5420
5421
5422
5423
# File 'lib/aws-sdk-route53/types.rb', line 5418

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