Class: Aws::Types::RetrieveResultItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def content
  @content
end

#document_attributes::Array[Types::DocumentAttribute]

Returns the value of attribute document_attributes.

Returns:



1695
1696
1697
# File 'sig/types.rbs', line 1695

def document_attributes
  @document_attributes
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def document_id
  @document_id
end

#document_title::String

Returns the value of attribute document_title.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def document_title
  @document_title
end

#document_uri::String

Returns the value of attribute document_uri.

Returns:

  • (::String)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def document_uri
  @document_uri
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def id
  @id
end

#score_attributesTypes::ScoreAttributes

Returns the value of attribute score_attributes.



1696
1697
1698
# File 'sig/types.rbs', line 1696

def score_attributes
  @score_attributes
end