Module: Aws::MediaTailor::Client::_DescribeProgramResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeProgramResponse]
- 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]
476 |
# File 'sig/client.rbs', line 476
def ad_breaks: () -> ::Array[Types::AdBreak]
|
#arn ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def arn: () -> ::String
|
#audience_media ⇒ ::Array[Types::AudienceMedia]
487 |
# File 'sig/client.rbs', line 487
def audience_media: () -> ::Array[Types::AudienceMedia]
|
#channel_name ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def channel_name: () -> ::String
|
#clip_range ⇒ Types::ClipRange
485 |
# File 'sig/client.rbs', line 485
def clip_range: () -> Types::ClipRange
|
#creation_time ⇒ ::Time
479 |
# File 'sig/client.rbs', line 479
def creation_time: () -> ::Time
|
#duration_millis ⇒ ::Integer
486 |
# File 'sig/client.rbs', line 486
def duration_millis: () -> ::Integer
|
#live_source_name ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def live_source_name: () -> ::String
|
#program_name ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def program_name: () -> ::String
|
#scheduled_start_time ⇒ ::Time
482 |
# File 'sig/client.rbs', line 482
def scheduled_start_time: () -> ::Time
|
#source_location_name ⇒ ::String
483 |
# File 'sig/client.rbs', line 483
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
488 |
# File 'sig/client.rbs', line 488
def tags: () -> ::Hash[::String, ::String]
|
#vod_source_name ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def vod_source_name: () -> ::String
|