Class: Aws::Types::ScheduleAdBreak
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleAdBreak
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_duration_seconds ⇒ ::Integer
Returns the value of attribute approximate_duration_seconds.
-
#approximate_start_time ⇒ ::Time
Returns the value of attribute approximate_start_time.
-
#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
#approximate_duration_seconds ⇒ ::Integer
Returns the value of attribute approximate_duration_seconds.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def approximate_duration_seconds @approximate_duration_seconds end |
#approximate_start_time ⇒ ::Time
Returns the value of attribute approximate_start_time.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def approximate_start_time @approximate_start_time end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def vod_source_name @vod_source_name end |