Class: Aws::Route53::Types::ChangeTagsForResourceRequest

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

Overview

A complex type that contains information about the tags that you want to add, edit, or delete.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_tagsArray<Types::Tag>

A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to edit Value for.

You can add a maximum of 10 tags to a health check or a hosted zone.

Returns:



809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 809

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

#remove_tag_keysArray<String>

A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.

Returns:

  • (Array<String>)


809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 809

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

#resource_idString

The ID of the resource for which you want to add, change, or delete tags.

Returns:

  • (String)


809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 809

class ChangeTagsForResourceRequest < Struct.new(
  :resource_type,
  :resource_id,
  :add_tags,
  :remove_tag_keys)
  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)


809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 809

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