Class: Aws::ElasticTranscoder::Types::Clip
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::Clip
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#time_span ⇒ Types::TimeSpan
Settings that determine when a clip begins and how long it lasts.
Instance Attribute Details
#time_span ⇒ Types::TimeSpan
Settings that determine when a clip begins and how long it lasts.
570 571 572 573 574 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 570 class Clip < Struct.new( :time_span) SENSITIVE = [] include Aws::Structure end |