Class: Aws::Types::BatchGetDocumentStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDocumentStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_info_list ⇒ ::Array[Types::DocumentInfo]
Returns the value of attribute document_info_list.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
Instance Attribute Details
#document_info_list ⇒ ::Array[Types::DocumentInfo]
Returns the value of attribute document_info_list.
170 171 172 |
# File 'sig/types.rbs', line 170 def document_info_list @document_info_list end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
169 170 171 |
# File 'sig/types.rbs', line 169 def index_id @index_id end |