Class: Aws::Types::GetPersonTrackingResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1017
1018
1019
# File 'sig/types.rbs', line 1017

def persons
  @persons
end

#status_message::String

Returns the value of attribute status_message.

Returns:



1014
1015
1016
# File 'sig/types.rbs', line 1014

def status_message
  @status_message
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



1019
1020
1021
# File 'sig/types.rbs', line 1019

def video
  @video
end

#video_metadataTypes::VideoMetadata

Returns the value of attribute video_metadata.

Returns:



1015
1016
1017
# File 'sig/types.rbs', line 1015

def 
  
end