Class: Aws::Types::ExpandedResultItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_attributes::Array[Types::DocumentAttribute]

Returns the value of attribute document_attributes.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def document_attributes
  @document_attributes
end

#document_excerptTypes::TextWithHighlights

Returns the value of attribute document_excerpt.



995
996
997
# File 'sig/types.rbs', line 995

def document_excerpt
  @document_excerpt
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def document_id
  @document_id
end

#document_titleTypes::TextWithHighlights

Returns the value of attribute document_title.



994
995
996
# File 'sig/types.rbs', line 994

def document_title
  @document_title
end

#document_uri::String

Returns the value of attribute document_uri.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def document_uri
  @document_uri
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def id
  @id
end