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_referenceTypes::ContentReference

Returns the value of attribute content_reference.



1124
1125
1126
# File 'sig/types.rbs', line 1124

def content_reference
  @content_reference
end

#excerptTypes::DocumentText

Returns the value of attribute excerpt.

Returns:



1126
1127
1128
# File 'sig/types.rbs', line 1126

def excerpt
  @excerpt
end

#titleTypes::DocumentText

Returns the value of attribute title.

Returns:



1125
1126
1127
# File 'sig/types.rbs', line 1125

def title
  @title
end