Class: Aws::Route53Domains::Types::ListTagsForDomainResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#tag_listArray<Types::Tag>

A list of the tags that are associated with the specified domain.

Returns:



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