Class: Aws::Types::CreateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelRequest
- 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.
-
#playback_mode ⇒ "LOOP", "LINEAR"
Returns the value of attribute playback_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
-
#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.
195 196 197 |
# File 'sig/types.rbs', line 195 def audiences @audiences end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
188 189 190 |
# File 'sig/types.rbs', line 188 def channel_name @channel_name end |
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
189 190 191 |
# File 'sig/types.rbs', line 189 def filler_slate @filler_slate end |
#outputs ⇒ ::Array[Types::RequestOutputItem]
Returns the value of attribute outputs.
190 191 192 |
# File 'sig/types.rbs', line 190 def outputs @outputs end |
#playback_mode ⇒ "LOOP", "LINEAR"
Returns the value of attribute playback_mode.
191 192 193 |
# File 'sig/types.rbs', line 191 def playback_mode @playback_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
192 193 194 |
# File 'sig/types.rbs', line 192 def @tags end |
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
193 194 195 |
# File 'sig/types.rbs', line 193 def tier @tier end |
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
Returns the value of attribute time_shift_configuration.
194 195 196 |
# File 'sig/types.rbs', line 194 def time_shift_configuration @time_shift_configuration end |