Class: Aws::Route53Domains::Types::DeleteTagsForDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DeleteTagsForDomainRequest
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
The DeleteTagsForDomainRequest includes the following elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain for which you want to delete one or more tags.
-
#tags_to_delete ⇒ Array<String>
A list of tag keys to delete.
Instance Attribute Details
#domain_name ⇒ String
The domain for which you want to delete one or more tags.
519 520 521 522 523 524 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 519 class DeleteTagsForDomainRequest < Struct.new( :domain_name, :tags_to_delete) SENSITIVE = [] include Aws::Structure end |
#tags_to_delete ⇒ Array<String>
A list of tag keys to delete.
519 520 521 522 523 524 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 519 class DeleteTagsForDomainRequest < Struct.new( :domain_name, :tags_to_delete) SENSITIVE = [] include Aws::Structure end |