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

#content_reference ⇒ Types::ContentReference

Returns the value of attribute content_reference.



310
311
312
# File 'sig/types.rbs', line 310

def content_reference
  @content_reference
end

#excerpt ⇒ Types::DocumentText

Returns the value of attribute excerpt.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def excerpt
  @excerpt
end

#title ⇒ Types::DocumentText

Returns the value of attribute title.

Returns:



312
313
314
# File 'sig/types.rbs', line 312

def title
  @title
end