Class: Aws::Types::UpdateChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#channel_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute channel_state.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#outputs ⇒ ::Array[Types::ResponseOutputItem]
Returns the value of attribute outputs.
-
#playback_mode ⇒ ::String
Returns the value of attribute playback_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tier ⇒ ::String
Returns the value of attribute tier.
-
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
Returns the value of attribute time_shift_configuration.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def arn @arn end |
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def audiences @audiences end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def channel_name @channel_name end |
#channel_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute channel_state.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def channel_state @channel_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def creation_time @creation_time end |
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def filler_slate @filler_slate end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def last_modified_time @last_modified_time end |
#outputs ⇒ ::Array[Types::ResponseOutputItem]
Returns the value of attribute outputs.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def outputs @outputs end |
#playback_mode ⇒ ::String
Returns the value of attribute playback_mode.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def playback_mode @playback_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def @tags end |
#tier ⇒ ::String
Returns the value of attribute tier.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def tier @tier end |
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
Returns the value of attribute time_shift_configuration.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def time_shift_configuration @time_shift_configuration end |