Class: Aws::Types::UpdateProgramRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProgramRequest
- 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.
-
#program_name ⇒ ::String
Returns the value of attribute program_name.
-
#schedule_configuration ⇒ Types::UpdateProgramScheduleConfiguration
Returns the value of attribute schedule_configuration.
Instance Attribute Details
#ad_breaks ⇒ ::Array[Types::AdBreak]
Returns the value of attribute ad_breaks.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def ad_breaks @ad_breaks end |
#audience_media ⇒ ::Array[Types::AudienceMedia]
Returns the value of attribute audience_media.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def audience_media @audience_media end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def channel_name @channel_name end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def program_name @program_name end |
#schedule_configuration ⇒ Types::UpdateProgramScheduleConfiguration
Returns the value of attribute schedule_configuration.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def schedule_configuration @schedule_configuration end |