Class: Aws::Types::SuggestableConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def attribute_name
  @attribute_name
end

#suggestableBoolean

Returns the value of attribute suggestable.

Returns:

  • (Boolean)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def suggestable
  @suggestable
end