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.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def approximate_duration_seconds @approximate_duration_seconds end |
#approximate_start_time ⇒ ::Time
Returns the value of attribute approximate_start_time.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def approximate_start_time @approximate_start_time end |
#arn ⇒ ::String
Returns the value of attribute arn.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def arn @arn end |
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def audiences @audiences end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def channel_name @channel_name end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def live_source_name @live_source_name end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def program_name @program_name end |
#schedule_ad_breaks ⇒ ::Array[Types::ScheduleAdBreak]
Returns the value of attribute schedule_ad_breaks.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def schedule_ad_breaks @schedule_ad_breaks end |
#schedule_entry_type ⇒ "PROGRAM", ...
Returns the value of attribute schedule_entry_type.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def schedule_entry_type @schedule_entry_type end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def vod_source_name @vod_source_name end |