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]
1035 |
# File 'sig/client.rbs', line 1035
def ad_breaks: () -> ::Array[Types::AdBreak]
|
#arn ⇒ ::String
1036 |
# File 'sig/client.rbs', line 1036
def arn: () -> ::String
|
#audience_media ⇒ ::Array[Types::AudienceMedia]
1046 |
# File 'sig/client.rbs', line 1046
def audience_media: () -> ::Array[Types::AudienceMedia]
|
#channel_name ⇒ ::String
1037 |
# File 'sig/client.rbs', line 1037
def channel_name: () -> ::String
|
#clip_range ⇒ Types::ClipRange
1043 |
# File 'sig/client.rbs', line 1043
def clip_range: () -> Types::ClipRange
|
#creation_time ⇒ ::Time
1038 |
# File 'sig/client.rbs', line 1038
def creation_time: () -> ::Time
|
#duration_millis ⇒ ::Integer
1044 |
# File 'sig/client.rbs', line 1044
def duration_millis: () -> ::Integer
|
#live_source_name ⇒ ::String
1042 |
# File 'sig/client.rbs', line 1042
def live_source_name: () -> ::String
|
#program_name ⇒ ::String
1039 |
# File 'sig/client.rbs', line 1039
def program_name: () -> ::String
|
#scheduled_start_time ⇒ ::Time
1045 |
# File 'sig/client.rbs', line 1045
def scheduled_start_time: () -> ::Time
|
#source_location_name ⇒ ::String
1040 |
# File 'sig/client.rbs', line 1040
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1047 |
# File 'sig/client.rbs', line 1047
def tags: () -> ::Hash[::String, ::String]
|
#vod_source_name ⇒ ::String
1041 |
# File 'sig/client.rbs', line 1041
def vod_source_name: () -> ::String
|