Class: Aws::Types::StartSegmentDetectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def client_request_token
  @client_request_token
end

#filtersTypes::StartSegmentDetectionFilters

Returns the value of attribute filters.



1863
1864
1865
# File 'sig/types.rbs', line 1863

def filters
  @filters
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:

  • (::String)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def job_tag
  @job_tag
end

#notification_channelTypes::NotificationChannel

Returns the value of attribute notification_channel.



1861
1862
1863
# File 'sig/types.rbs', line 1861

def notification_channel
  @notification_channel
end

#segment_types::Array[("TECHNICAL_CUE" | "SHOT")]

Returns the value of attribute segment_types.

Returns:

  • (::Array[("TECHNICAL_CUE" | "SHOT")])


1864
1865
1866
# File 'sig/types.rbs', line 1864

def segment_types
  @segment_types
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



1859
1860
1861
# File 'sig/types.rbs', line 1859

def video
  @video
end