Module: Aws::MediaTailor::Client::_CreateChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateChannelResponse]
- 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
119 |
# File 'sig/client.rbs', line 119
def arn: () -> ::String
|
#audiences ⇒ ::Array[::String]
130 |
# File 'sig/client.rbs', line 130
def audiences: () -> ::Array[::String]
|
#channel_name ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def channel_name: () -> ::String
|
#channel_state ⇒ "RUNNING", "STOPPED"
121 |
# File 'sig/client.rbs', line 121
def channel_state: () -> ("RUNNING" | "STOPPED")
|
#creation_time ⇒ ::Time
122 |
# File 'sig/client.rbs', line 122
def creation_time: () -> ::Time
|
#filler_slate ⇒ Types::SlateSource
123 |
# File 'sig/client.rbs', line 123
def filler_slate: () -> Types::SlateSource
|
#last_modified_time ⇒ ::Time
124 |
# File 'sig/client.rbs', line 124
def last_modified_time: () -> ::Time
|
#outputs ⇒ ::Array[Types::ResponseOutputItem]
125 |
# File 'sig/client.rbs', line 125
def outputs: () -> ::Array[Types::ResponseOutputItem]
|
#playback_mode ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def playback_mode: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
127 |
# File 'sig/client.rbs', line 127
def tags: () -> ::Hash[::String, ::String]
|
#tier ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def tier: () -> ::String
|
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
129 |
# File 'sig/client.rbs', line 129
def time_shift_configuration: () -> Types::TimeShiftConfiguration
|