Class: Aws::Route53Domains::Types::DeleteTagsForDomainRequest

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

Overview

The DeleteTagsForDomainRequest includes the following elements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain for which you want to delete one or more tags.

Returns:

  • (String)


519
520
521
522
523
524
# File 'lib/aws-sdk-route53domains/types.rb', line 519

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

#tags_to_deleteArray<String>

A list of tag keys to delete.

Returns:

  • (Array<String>)


519
520
521
522
523
524
# File 'lib/aws-sdk-route53domains/types.rb', line 519

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