Class: Aws::Types::SourceDocument
- Inherits:
-
Object
- Object
- Aws::Types::SourceDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ ::Array[Types::DocumentAttribute]
Returns the value of attribute additional_attributes.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#suggestion_attributes ⇒ ::Array[::String]
Returns the value of attribute suggestion_attributes.
Instance Attribute Details
#additional_attributes ⇒ ::Array[Types::DocumentAttribute]
Returns the value of attribute additional_attributes.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def additional_attributes @additional_attributes end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def document_id @document_id end |
#suggestion_attributes ⇒ ::Array[::String]
Returns the value of attribute suggestion_attributes.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def suggestion_attributes @suggestion_attributes end |