Module: Aws::MediaTailor::Client::_UpdateProgramResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProgramResponse]
- 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]
1003 |
# File 'sig/client.rbs', line 1003
def ad_breaks: () -> ::Array[Types::AdBreak]
|
#arn ⇒ ::String
1004 |
# File 'sig/client.rbs', line 1004
def arn: () -> ::String
|
#audience_media ⇒ ::Array[Types::AudienceMedia]
1014 |
# File 'sig/client.rbs', line 1014
def audience_media: () -> ::Array[Types::AudienceMedia]
|
#channel_name ⇒ ::String
1005 |
# File 'sig/client.rbs', line 1005
def channel_name: () -> ::String
|
#clip_range ⇒ Types::ClipRange
1011 |
# File 'sig/client.rbs', line 1011
def clip_range: () -> Types::ClipRange
|
#creation_time ⇒ ::Time
1006 |
# File 'sig/client.rbs', line 1006
def creation_time: () -> ::Time
|
#duration_millis ⇒ ::Integer
1012 |
# File 'sig/client.rbs', line 1012
def duration_millis: () -> ::Integer
|
#live_source_name ⇒ ::String
1010 |
# File 'sig/client.rbs', line 1010
def live_source_name: () -> ::String
|
#program_name ⇒ ::String
1007 |
# File 'sig/client.rbs', line 1007
def program_name: () -> ::String
|
#scheduled_start_time ⇒ ::Time
1013 |
# File 'sig/client.rbs', line 1013
def scheduled_start_time: () -> ::Time
|
#source_location_name ⇒ ::String
1008 |
# File 'sig/client.rbs', line 1008
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1015 |
# File 'sig/client.rbs', line 1015
def tags: () -> ::Hash[::String, ::String]
|
#vod_source_name ⇒ ::String
1009 |
# File 'sig/client.rbs', line 1009
def vod_source_name: () -> ::String
|