Class: Aws::Types::GetFaceDetectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFaceDetectionRequest
- 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.
901 902 903 |
# File 'sig/types.rbs', line 901 def job_id @job_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
902 903 904 |
# File 'sig/types.rbs', line 902 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
903 904 905 |
# File 'sig/types.rbs', line 903 def next_token @next_token end |