Class: Aws::Types::CreateProgramRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProgramRequest
- 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.
-
#audience_media ⇒ ::Array[Types::AudienceMedia]
Returns the value of attribute audience_media.
-
#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_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
273 274 275 |
# File 'sig/types.rbs', line 273 def ad_breaks @ad_breaks end |
#audience_media ⇒ ::Array[Types::AudienceMedia]
Returns the value of attribute audience_media.
280 281 282 |
# File 'sig/types.rbs', line 280 def audience_media @audience_media end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
274 275 276 |
# File 'sig/types.rbs', line 274 def channel_name @channel_name end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
275 276 277 |
# File 'sig/types.rbs', line 275 def live_source_name @live_source_name end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
276 277 278 |
# File 'sig/types.rbs', line 276 def program_name @program_name end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
277 278 279 |
# File 'sig/types.rbs', line 277 def schedule_configuration @schedule_configuration end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
278 279 280 |
# File 'sig/types.rbs', line 278 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
281 282 283 |
# File 'sig/types.rbs', line 281 def end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
279 280 281 |
# File 'sig/types.rbs', line 279 def vod_source_name @vod_source_name end |