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
947 |
# File 'sig/client.rbs', line 947
def arn: () -> ::String
|
#audiences ⇒ ::Array[::String]
958 |
# File 'sig/client.rbs', line 958
def audiences: () -> ::Array[::String]
|
#channel_name ⇒ ::String
948 |
# File 'sig/client.rbs', line 948
def channel_name: () -> ::String
|
#channel_state ⇒ "RUNNING", "STOPPED"
949 |
# File 'sig/client.rbs', line 949
def channel_state: () -> ("RUNNING" | "STOPPED")
|
#creation_time ⇒ ::Time
950 |
# File 'sig/client.rbs', line 950
def creation_time: () -> ::Time
|
#filler_slate ⇒ Types::SlateSource
951 |
# File 'sig/client.rbs', line 951
def filler_slate: () -> Types::SlateSource
|
#last_modified_time ⇒ ::Time
952 |
# File 'sig/client.rbs', line 952
def last_modified_time: () -> ::Time
|
#outputs ⇒ ::Array[Types::ResponseOutputItem]
953 |
# File 'sig/client.rbs', line 953
def outputs: () -> ::Array[Types::ResponseOutputItem]
|
#playback_mode ⇒ ::String
954 |
# File 'sig/client.rbs', line 954
def playback_mode: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
955 |
# File 'sig/client.rbs', line 955
def tags: () -> ::Hash[::String, ::String]
|
#tier ⇒ ::String
956 |
# File 'sig/client.rbs', line 956
def tier: () -> ::String
|
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
957 |
# File 'sig/client.rbs', line 957
def time_shift_configuration: () -> Types::TimeShiftConfiguration
|