Class: Aws::Types::GetCelebrityRecognitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#celebrities::Array[Types::CelebrityRecognition]

Returns the value of attribute celebrities.

Returns:



864
865
866
# File 'sig/types.rbs', line 864

def celebrities
  @celebrities
end

#job_id::String

Returns the value of attribute job_id.

Returns:



865
866
867
# File 'sig/types.rbs', line 865

def job_id
  @job_id
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:



860
861
862
# File 'sig/types.rbs', line 860

def job_status
  @job_status
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:



867
868
869
# File 'sig/types.rbs', line 867

def job_tag
  @job_tag
end

#next_token::String

Returns the value of attribute next_token.

Returns:



863
864
865
# File 'sig/types.rbs', line 863

def next_token
  @next_token
end

#status_message::String

Returns the value of attribute status_message.

Returns:



861
862
863
# File 'sig/types.rbs', line 861

def status_message
  @status_message
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



866
867
868
# File 'sig/types.rbs', line 866

def video
  @video
end

#video_metadataTypes::VideoMetadata

Returns the value of attribute video_metadata.

Returns:



862
863
864
# File 'sig/types.rbs', line 862

def 
  
end