Module: Aws::MediaTailor::Client::_CreateProgramResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateProgramResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ad_breaks ⇒ ::Array[Types::AdBreak]
- #arn ⇒ ::String
- #audience_media ⇒ ::Array[Types::AudienceMedia]
- #channel_name ⇒ ::String
- #clip_range ⇒ Types::ClipRange
- #creation_time ⇒ ::Time
- #duration_millis ⇒ ::Integer
- #live_source_name ⇒ ::String
- #program_name ⇒ ::String
- #scheduled_start_time ⇒ ::Time
- #source_location_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #vod_source_name ⇒ ::String
Instance Method Details
#ad_breaks ⇒ ::Array[Types::AdBreak]
249 |
# File 'sig/client.rbs', line 249
def ad_breaks: () -> ::Array[Types::AdBreak]
|
#arn ⇒ ::String
250 |
# File 'sig/client.rbs', line 250
def arn: () -> ::String
|
#audience_media ⇒ ::Array[Types::AudienceMedia]
260 |
# File 'sig/client.rbs', line 260
def audience_media: () -> ::Array[Types::AudienceMedia]
|
#channel_name ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def channel_name: () -> ::String
|
#clip_range ⇒ Types::ClipRange
258 |
# File 'sig/client.rbs', line 258
def clip_range: () -> Types::ClipRange
|
#creation_time ⇒ ::Time
252 |
# File 'sig/client.rbs', line 252
def creation_time: () -> ::Time
|
#duration_millis ⇒ ::Integer
259 |
# File 'sig/client.rbs', line 259
def duration_millis: () -> ::Integer
|
#live_source_name ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def live_source_name: () -> ::String
|
#program_name ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def program_name: () -> ::String
|
#scheduled_start_time ⇒ ::Time
255 |
# File 'sig/client.rbs', line 255
def scheduled_start_time: () -> ::Time
|
#source_location_name ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
261 |
# File 'sig/client.rbs', line 261
def tags: () -> ::Hash[::String, ::String]
|
#vod_source_name ⇒ ::String
257 |
# File 'sig/client.rbs', line 257
def vod_source_name: () -> ::String
|