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]
964 |
# File 'sig/client.rbs', line 964
def ad_breaks: () -> ::Array[Types::AdBreak]
|
#arn ⇒ ::String
965 |
# File 'sig/client.rbs', line 965
def arn: () -> ::String
|
#audience_media ⇒ ::Array[Types::AudienceMedia]
975 |
# File 'sig/client.rbs', line 975
def audience_media: () -> ::Array[Types::AudienceMedia]
|
#channel_name ⇒ ::String
966 |
# File 'sig/client.rbs', line 966
def channel_name: () -> ::String
|
#clip_range ⇒ Types::ClipRange
972 |
# File 'sig/client.rbs', line 972
def clip_range: () -> Types::ClipRange
|
#creation_time ⇒ ::Time
967 |
# File 'sig/client.rbs', line 967
def creation_time: () -> ::Time
|
#duration_millis ⇒ ::Integer
973 |
# File 'sig/client.rbs', line 973
def duration_millis: () -> ::Integer
|
#live_source_name ⇒ ::String
971 |
# File 'sig/client.rbs', line 971
def live_source_name: () -> ::String
|
#program_name ⇒ ::String
968 |
# File 'sig/client.rbs', line 968
def program_name: () -> ::String
|
#scheduled_start_time ⇒ ::Time
974 |
# File 'sig/client.rbs', line 974
def scheduled_start_time: () -> ::Time
|
#source_location_name ⇒ ::String
969 |
# File 'sig/client.rbs', line 969
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
976 |
# File 'sig/client.rbs', line 976
def tags: () -> ::Hash[::String, ::String]
|
#vod_source_name ⇒ ::String
970 |
# File 'sig/client.rbs', line 970
def vod_source_name: () -> ::String
|