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.
260 261 262 |
# File 'sig/types.rbs', line 260 def ad_breaks @ad_breaks end |
#audience_media ⇒ ::Array[Types::AudienceMedia]
Returns the value of attribute audience_media.
267 268 269 |
# File 'sig/types.rbs', line 267 def audience_media @audience_media end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
261 262 263 |
# File 'sig/types.rbs', line 261 def channel_name @channel_name end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
262 263 264 |
# File 'sig/types.rbs', line 262 def live_source_name @live_source_name end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
263 264 265 |
# File 'sig/types.rbs', line 263 def program_name @program_name end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
264 265 266 |
# File 'sig/types.rbs', line 264 def schedule_configuration @schedule_configuration end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
265 266 267 |
# File 'sig/types.rbs', line 265 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
268 269 270 |
# File 'sig/types.rbs', line 268 def @tags end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
266 267 268 |
# File 'sig/types.rbs', line 266 def vod_source_name @vod_source_name end |