Class: Aws::Route53Domains::Types::UpdateTagsForDomainRequest

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

Overview

The UpdateTagsForDomainRequest includes the following elements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain for which you want to add or update tags.

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 3132

class UpdateTagsForDomainRequest < Struct.new(
  :domain_name,
  :tags_to_update)
  SENSITIVE = []
  include Aws::Structure
end

#tags_to_updateArray<Types::Tag>

A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.

Returns:



3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 3132

class UpdateTagsForDomainRequest < Struct.new(
  :domain_name,
  :tags_to_update)
  SENSITIVE = []
  include Aws::Structure
end