Class: Aws::Types::Document

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body ⇒ ::String

Returns the value of attribute body.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def body
  @body
end

#group_id ⇒ ::String

Returns the value of attribute group_id.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def group_id
  @group_id
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def id
  @id
end

#original_score ⇒ ::Float

Returns the value of attribute original_score.

Returns:

  • (::Float)


71
72
73
# File 'sig/types.rbs', line 71

def original_score
  @original_score
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def title
  @title
end

#tokenized_body ⇒ ::Array[::String]

Returns the value of attribute tokenized_body.

Returns:

  • (::Array[::String])


70
71
72
# File 'sig/types.rbs', line 70

def tokenized_body
  @tokenized_body
end

#tokenized_title ⇒ ::Array[::String]

Returns the value of attribute tokenized_title.

Returns:

  • (::Array[::String])


69
70
71
# File 'sig/types.rbs', line 69

def tokenized_title
  @tokenized_title
end