Class: Aws::Types::UpdateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
-
#outputs ⇒ ::Array[Types::RequestOutputItem]
Returns the value of attribute outputs.
-
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
Returns the value of attribute time_shift_configuration.
Instance Attribute Details
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def audiences @audiences end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def channel_name @channel_name end |
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def filler_slate @filler_slate end |
#outputs ⇒ ::Array[Types::RequestOutputItem]
Returns the value of attribute outputs.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def outputs @outputs end |
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
Returns the value of attribute time_shift_configuration.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def time_shift_configuration @time_shift_configuration end |