Class: Aws::Types::StartSegmentDetectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSegmentDetectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#filters ⇒ Types::StartSegmentDetectionFilters
Returns the value of attribute filters.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
-
#segment_types ⇒ ::Array[("TECHNICAL_CUE" | "SHOT")]
Returns the value of attribute segment_types.
-
#video ⇒ Types::Video
Returns the value of attribute video.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def client_request_token @client_request_token end |
#filters ⇒ Types::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.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def job_tag @job_tag end |
#notification_channel ⇒ Types::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.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def segment_types @segment_types end |
#video ⇒ Types::Video
Returns the value of attribute video.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def video @video end |