Class: Aws::Route53Domains::Types::ListTagsForDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::ListTagsForDomainResponse
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
The ListTagsForDomain response includes the following elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_list ⇒ Array<Types::Tag>
A list of the tags that are associated with the specified domain.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
A list of the tags that are associated with the specified domain.
2088 2089 2090 2091 2092 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2088 class ListTagsForDomainResponse < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |