Class: Aws::Types::ScheduleEntry
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleEntry
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
-
#program_name ⇒ ::String
Returns the value of attribute program_name.
-
#schedule_ad_breaks ⇒ ::Array[Types::ScheduleAdBreak]
Returns the value of attribute schedule_ad_breaks.
-
#schedule_entry_type ⇒ "PROGRAM", ...
Returns the value of attribute schedule_entry_type.
-
#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.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def approximate_duration_seconds @approximate_duration_seconds end |
#approximate_start_time ⇒ ::Time
Returns the value of attribute approximate_start_time.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def approximate_start_time @approximate_start_time end |
#arn ⇒ ::String
Returns the value of attribute arn.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def arn @arn end |
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def audiences @audiences end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def channel_name @channel_name end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def live_source_name @live_source_name end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def program_name @program_name end |
#schedule_ad_breaks ⇒ ::Array[Types::ScheduleAdBreak]
Returns the value of attribute schedule_ad_breaks.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def schedule_ad_breaks @schedule_ad_breaks end |
#schedule_entry_type ⇒ "PROGRAM", ...
Returns the value of attribute schedule_entry_type.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def schedule_entry_type @schedule_entry_type end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def vod_source_name @vod_source_name end |