Module: Aws::MediaTailor::Client::_DescribeChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeChannelResponse]
- 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
- #log_configuration ⇒ Types::LogConfigurationForChannel
- #outputs ⇒ ::Array[Types::ResponseOutputItem]
- #playback_mode ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #tier ⇒ ::String
- #time_shift_configuration ⇒ Types::TimeShiftConfiguration
Instance Method Details
#arn ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def arn: () -> ::String
|
#audiences ⇒ ::Array[::String]
449 |
# File 'sig/client.rbs', line 449
def audiences: () -> ::Array[::String]
|
#channel_name ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def channel_name: () -> ::String
|
#channel_state ⇒ "RUNNING", "STOPPED"
439 |
# File 'sig/client.rbs', line 439
def channel_state: () -> ("RUNNING" | "STOPPED")
|
#creation_time ⇒ ::Time
440 |
# File 'sig/client.rbs', line 440
def creation_time: () -> ::Time
|
#filler_slate ⇒ Types::SlateSource
441 |
# File 'sig/client.rbs', line 441
def filler_slate: () -> Types::SlateSource
|
#last_modified_time ⇒ ::Time
442 |
# File 'sig/client.rbs', line 442
def last_modified_time: () -> ::Time
|
#log_configuration ⇒ Types::LogConfigurationForChannel
447 |
# File 'sig/client.rbs', line 447
def log_configuration: () -> Types::LogConfigurationForChannel
|
#outputs ⇒ ::Array[Types::ResponseOutputItem]
443 |
# File 'sig/client.rbs', line 443
def outputs: () -> ::Array[Types::ResponseOutputItem]
|
#playback_mode ⇒ ::String
444 |
# File 'sig/client.rbs', line 444
def playback_mode: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
445 |
# File 'sig/client.rbs', line 445
def tags: () -> ::Hash[::String, ::String]
|
#tier ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def tier: () -> ::String
|
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
448 |
# File 'sig/client.rbs', line 448
def time_shift_configuration: () -> Types::TimeShiftConfiguration
|