Class: Aws::Types::GetDomainSuggestionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def domain_name
  @domain_name
end

#only_availableBoolean

Returns the value of attribute only_available.

Returns:

  • (Boolean)


288
289
290
# File 'sig/types.rbs', line 288

def only_available
  @only_available
end

#suggestion_count::Integer

Returns the value of attribute suggestion_count.

Returns:

  • (::Integer)


287
288
289
# File 'sig/types.rbs', line 287

def suggestion_count
  @suggestion_count
end