Class: Aws::Types::Suggestion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def id
  @id
end

#source_documents::Array[Types::SourceDocument]

Returns the value of attribute source_documents.

Returns:



1951
1952
1953
# File 'sig/types.rbs', line 1951

def source_documents
  @source_documents
end

#valueTypes::SuggestionValue

Returns the value of attribute value.



1950
1951
1952
# File 'sig/types.rbs', line 1950

def value
  @value
end