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.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def audiences @audiences end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def channel_name @channel_name end |
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def filler_slate @filler_slate end |
#outputs ⇒ ::Array[Types::RequestOutputItem]
Returns the value of attribute outputs.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def outputs @outputs end |
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
Returns the value of attribute time_shift_configuration.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def time_shift_configuration @time_shift_configuration end |