Class: Aws::Types::GetPersonTrackingRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPersonTrackingRequest
- 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.
-
#sort_by ⇒ "INDEX", "TIMESTAMP"
Returns the value of attribute sort_by.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def job_id @job_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def next_token @next_token end |
#sort_by ⇒ "INDEX", "TIMESTAMP"
Returns the value of attribute sort_by.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def sort_by @sort_by end |