Class: Aws::Route53Domains::Types::GetDomainSuggestionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#suggestions_listArray<Types::DomainSuggestion>

A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.

Returns:



1749
1750
1751
1752
1753
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1749

class GetDomainSuggestionsResponse < Struct.new(
  :suggestions_list)
  SENSITIVE = []
  include Aws::Structure
end