Class: Aws::Types::GetPersonTrackingResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPersonTrackingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#persons ⇒ ::Array[Types::PersonDetection]
Returns the value of attribute persons.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#video ⇒ Types::Video
Returns the value of attribute video.
-
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def job_id @job_id end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def job_status @job_status end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def job_tag @job_tag end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def next_token @next_token end |
#persons ⇒ ::Array[Types::PersonDetection]
Returns the value of attribute persons.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def persons @persons end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def end |
#video ⇒ Types::Video
Returns the value of attribute video.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def video @video end |
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def end |