Class: Aws::Route53Domains::Types::GetDomainSuggestionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::GetDomainSuggestionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#suggestions_list ⇒ Array<Types::DomainSuggestion>
A list of possible domain names.
Instance Attribute Details
#suggestions_list ⇒ Array<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.
1739 1740 1741 1742 1743 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1739 class GetDomainSuggestionsResponse < Struct.new( :suggestions_list) SENSITIVE = [] include Aws::Structure end |