Class: Aws::Types::AlternateMedia
- Inherits:
-
Object
- Object
- Aws::Types::AlternateMedia
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_breaks ⇒ ::Array[Types::AdBreak]
Returns the value of attribute ad_breaks.
-
#clip_range ⇒ Types::ClipRange
Returns the value of attribute clip_range.
-
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
-
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
-
#scheduled_start_time_millis ⇒ ::Integer
Returns the value of attribute scheduled_start_time_millis.
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
-
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
Instance Attribute Details
#ad_breaks ⇒ ::Array[Types::AdBreak]
Returns the value of attribute ad_breaks.
85 86 87 |
# File 'sig/types.rbs', line 85 def ad_breaks @ad_breaks end |
#clip_range ⇒ Types::ClipRange
Returns the value of attribute clip_range.
83 84 85 |
# File 'sig/types.rbs', line 83 def clip_range @clip_range end |
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
86 87 88 |
# File 'sig/types.rbs', line 86 def duration_millis @duration_millis end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
81 82 83 |
# File 'sig/types.rbs', line 81 def live_source_name @live_source_name end |
#scheduled_start_time_millis ⇒ ::Integer
Returns the value of attribute scheduled_start_time_millis.
84 85 86 |
# File 'sig/types.rbs', line 84 def scheduled_start_time_millis @scheduled_start_time_millis end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
80 81 82 |
# File 'sig/types.rbs', line 80 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
82 83 84 |
# File 'sig/types.rbs', line 82 def vod_source_name @vod_source_name end |