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
923 |
# File 'sig/client.rbs', line 923
def arn: () -> ::String
|
#audiences ⇒ ::Array[::String]
934 |
# File 'sig/client.rbs', line 934
def audiences: () -> ::Array[::String]
|
#channel_name ⇒ ::String
924 |
# File 'sig/client.rbs', line 924
def channel_name: () -> ::String
|
#channel_state ⇒ "RUNNING", "STOPPED"
925 |
# File 'sig/client.rbs', line 925
def channel_state: () -> ("RUNNING" | "STOPPED")
|
#creation_time ⇒ ::Time
926 |
# File 'sig/client.rbs', line 926
def creation_time: () -> ::Time
|
#filler_slate ⇒ Types::SlateSource
927 |
# File 'sig/client.rbs', line 927
def filler_slate: () -> Types::SlateSource
|
#last_modified_time ⇒ ::Time
928 |
# File 'sig/client.rbs', line 928
def last_modified_time: () -> ::Time
|
#outputs ⇒ ::Array[Types::ResponseOutputItem]
929 |
# File 'sig/client.rbs', line 929
def outputs: () -> ::Array[Types::ResponseOutputItem]
|
#playback_mode ⇒ ::String
930 |
# File 'sig/client.rbs', line 930
def playback_mode: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
931 |
# File 'sig/client.rbs', line 931
def tags: () -> ::Hash[::String, ::String]
|
#tier ⇒ ::String
932 |
# File 'sig/client.rbs', line 932
def tier: () -> ::String
|
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
933 |
# File 'sig/client.rbs', line 933
def time_shift_configuration: () -> Types::TimeShiftConfiguration
|