Class: Aws::Types::GetDocumentTextDetectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentTextDetectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
348 349 350 |
# File 'sig/types.rbs', line 348 def job_id @job_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
349 350 351 |
# File 'sig/types.rbs', line 349 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
350 351 352 |
# File 'sig/types.rbs', line 350 def next_token @next_token end |