Class: Aws::Types::DocumentInfo
- Inherits:
-
Object
- Object
- Aws::Types::DocumentInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::DocumentAttribute]
Returns the value of attribute attributes.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
Instance Attribute Details
#attributes ⇒ ::Array[Types::DocumentAttribute]
Returns the value of attribute attributes.
941 942 943 |
# File 'sig/types.rbs', line 941 def attributes @attributes end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
940 941 942 |
# File 'sig/types.rbs', line 940 def document_id @document_id end |