Class: Aws::Types::GetSegmentDetectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_metadata::Array[Types::AudioMetadata]

Returns the value of attribute audio_metadata.

Returns:



1035
1036
1037
# File 'sig/types.rbs', line 1035

def 
  
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def job_id
  @job_id
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


1032
1033
1034
# File 'sig/types.rbs', line 1032

def job_status
  @job_status
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def job_tag
  @job_tag
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def next_token
  @next_token
end

#segments::Array[Types::SegmentDetection]

Returns the value of attribute segments.

Returns:



1037
1038
1039
# File 'sig/types.rbs', line 1037

def segments
  @segments
end

#selected_segment_types::Array[Types::SegmentTypeInfo]

Returns the value of attribute selected_segment_types.

Returns:



1038
1039
1040
# File 'sig/types.rbs', line 1038

def selected_segment_types
  @selected_segment_types
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def status_message
  @status_message
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



1040
1041
1042
# File 'sig/types.rbs', line 1040

def video
  @video
end

#video_metadata::Array[Types::VideoMetadata]

Returns the value of attribute video_metadata.

Returns:



1034
1035
1036
# File 'sig/types.rbs', line 1034

def 
  
end