Class: Aws::Route53::Types::ResourceTagSet

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

Overview

A complex type containing a resource and its associated tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID for the specified resource.

Returns:

  • (String)


6899
6900
6901
6902
6903
6904
6905
# File 'lib/aws-sdk-route53/types.rb', line 6899

class ResourceTagSet < Struct.new(
  :resource_type,
  :resource_id,
  :tags)
  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)


6899
6900
6901
6902
6903
6904
6905
# File 'lib/aws-sdk-route53/types.rb', line 6899

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

#tagsArray<Types::Tag>

The tags associated with the specified resource.

Returns:



6899
6900
6901
6902
6903
6904
6905
# File 'lib/aws-sdk-route53/types.rb', line 6899

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