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.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def approximate_duration_seconds @approximate_duration_seconds end |
#approximate_start_time ⇒ ::Time
Returns the value of attribute approximate_start_time.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def approximate_start_time @approximate_start_time end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def vod_source_name @vod_source_name end |