Module: Aws::MediaTailor::Client::_UpdateChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #audiences ⇒ ::Array[::String]
- #channel_name ⇒ ::String
- #channel_state ⇒ "RUNNING", "STOPPED"
- #creation_time ⇒ ::Time
- #filler_slate ⇒ Types::SlateSource
- #last_modified_time ⇒ ::Time
- #outputs ⇒ ::Array[Types::ResponseOutputItem]
- #playback_mode ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #tier ⇒ ::String
- #time_shift_configuration ⇒ Types::TimeShiftConfiguration
Instance Method Details
#arn ⇒ ::String
979 |
# File 'sig/client.rbs', line 979 def arn: () -> ::String |
#audiences ⇒ ::Array[::String]
990 |
# File 'sig/client.rbs', line 990 def audiences: () -> ::Array[::String] |
#channel_name ⇒ ::String
980 |
# File 'sig/client.rbs', line 980 def channel_name: () -> ::String |
#channel_state ⇒ "RUNNING", "STOPPED"
981 |
# File 'sig/client.rbs', line 981 def channel_state: () -> ("RUNNING" | "STOPPED") |
#creation_time ⇒ ::Time
982 |
# File 'sig/client.rbs', line 982 def creation_time: () -> ::Time |
#filler_slate ⇒ Types::SlateSource
983 |
# File 'sig/client.rbs', line 983 def filler_slate: () -> Types::SlateSource |
#last_modified_time ⇒ ::Time
984 |
# File 'sig/client.rbs', line 984 def last_modified_time: () -> ::Time |
#outputs ⇒ ::Array[Types::ResponseOutputItem]
985 |
# File 'sig/client.rbs', line 985 def outputs: () -> ::Array[Types::ResponseOutputItem] |
#playback_mode ⇒ ::String
986 |
# File 'sig/client.rbs', line 986 def playback_mode: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
987 |
# File 'sig/client.rbs', line 987 def tags: () -> ::Hash[::String, ::String] |
#tier ⇒ ::String
988 |
# File 'sig/client.rbs', line 988 def tier: () -> ::String |
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
989 |
# File 'sig/client.rbs', line 989 def time_shift_configuration: () -> Types::TimeShiftConfiguration |