Class: Aws::Types::PutPlaybackConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutPlaybackConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_conditioning_configuration ⇒ Types::AdConditioningConfiguration
Returns the value of attribute ad_conditioning_configuration.
-
#ad_decision_server_configuration ⇒ Types::AdDecisionServerConfiguration
Returns the value of attribute ad_decision_server_configuration.
-
#ad_decision_server_url ⇒ ::String
Returns the value of attribute ad_decision_server_url.
-
#ads_personalization_concurrency ⇒ Types::AdsPersonalizationConcurrency
Returns the value of attribute ads_personalization_concurrency.
-
#ads_personalization_timeouts ⇒ Types::AdsPersonalizationTimeouts
Returns the value of attribute ads_personalization_timeouts.
-
#avail_suppression ⇒ Types::AvailSuppression
Returns the value of attribute avail_suppression.
-
#bumper ⇒ Types::Bumper
Returns the value of attribute bumper.
-
#cdn_configuration ⇒ Types::CdnConfiguration
Returns the value of attribute cdn_configuration.
-
#configuration_aliases ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute configuration_aliases.
-
#dash_configuration ⇒ Types::DashConfigurationForPut
Returns the value of attribute dash_configuration.
-
#function_mapping ⇒ ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
Returns the value of attribute function_mapping.
-
#insertion_mode ⇒ "STITCHED_ONLY", "PLAYER_SELECT"
Returns the value of attribute insertion_mode.
-
#live_pre_roll_configuration ⇒ Types::LivePreRollConfiguration
Returns the value of attribute live_pre_roll_configuration.
-
#manifest_processing_rules ⇒ Types::ManifestProcessingRules
Returns the value of attribute manifest_processing_rules.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#personalization_threshold_seconds ⇒ ::Integer
Returns the value of attribute personalization_threshold_seconds.
-
#slate_ad_url ⇒ ::String
Returns the value of attribute slate_ad_url.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#transcode_profile_name ⇒ ::String
Returns the value of attribute transcode_profile_name.
-
#video_content_source_url ⇒ ::String
Returns the value of attribute video_content_source_url.
Instance Attribute Details
#ad_conditioning_configuration ⇒ Types::AdConditioningConfiguration
Returns the value of attribute ad_conditioning_configuration.
980 981 982 |
# File 'sig/types.rbs', line 980 def ad_conditioning_configuration @ad_conditioning_configuration end |
#ad_decision_server_configuration ⇒ Types::AdDecisionServerConfiguration
Returns the value of attribute ad_decision_server_configuration.
981 982 983 |
# File 'sig/types.rbs', line 981 def ad_decision_server_configuration @ad_decision_server_configuration end |
#ad_decision_server_url ⇒ ::String
Returns the value of attribute ad_decision_server_url.
965 966 967 |
# File 'sig/types.rbs', line 965 def ad_decision_server_url @ad_decision_server_url end |
#ads_personalization_concurrency ⇒ Types::AdsPersonalizationConcurrency
Returns the value of attribute ads_personalization_concurrency.
984 985 986 |
# File 'sig/types.rbs', line 984 def ads_personalization_concurrency @ads_personalization_concurrency end |
#ads_personalization_timeouts ⇒ Types::AdsPersonalizationTimeouts
Returns the value of attribute ads_personalization_timeouts.
983 984 985 |
# File 'sig/types.rbs', line 983 def ads_personalization_timeouts @ads_personalization_timeouts end |
#avail_suppression ⇒ Types::AvailSuppression
Returns the value of attribute avail_suppression.
966 967 968 |
# File 'sig/types.rbs', line 966 def avail_suppression @avail_suppression end |
#bumper ⇒ Types::Bumper
Returns the value of attribute bumper.
967 968 969 |
# File 'sig/types.rbs', line 967 def bumper @bumper end |
#cdn_configuration ⇒ Types::CdnConfiguration
Returns the value of attribute cdn_configuration.
968 969 970 |
# File 'sig/types.rbs', line 968 def cdn_configuration @cdn_configuration end |
#configuration_aliases ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute configuration_aliases.
969 970 971 |
# File 'sig/types.rbs', line 969 def configuration_aliases @configuration_aliases end |
#dash_configuration ⇒ Types::DashConfigurationForPut
Returns the value of attribute dash_configuration.
970 971 972 |
# File 'sig/types.rbs', line 970 def dash_configuration @dash_configuration end |
#function_mapping ⇒ ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
Returns the value of attribute function_mapping.
982 983 984 |
# File 'sig/types.rbs', line 982 def function_mapping @function_mapping end |
#insertion_mode ⇒ "STITCHED_ONLY", "PLAYER_SELECT"
Returns the value of attribute insertion_mode.
971 972 973 |
# File 'sig/types.rbs', line 971 def insertion_mode @insertion_mode end |
#live_pre_roll_configuration ⇒ Types::LivePreRollConfiguration
Returns the value of attribute live_pre_roll_configuration.
972 973 974 |
# File 'sig/types.rbs', line 972 def live_pre_roll_configuration @live_pre_roll_configuration end |
#manifest_processing_rules ⇒ Types::ManifestProcessingRules
Returns the value of attribute manifest_processing_rules.
973 974 975 |
# File 'sig/types.rbs', line 973 def manifest_processing_rules @manifest_processing_rules end |
#name ⇒ ::String
Returns the value of attribute name.
974 975 976 |
# File 'sig/types.rbs', line 974 def name @name end |
#personalization_threshold_seconds ⇒ ::Integer
Returns the value of attribute personalization_threshold_seconds.
975 976 977 |
# File 'sig/types.rbs', line 975 def personalization_threshold_seconds @personalization_threshold_seconds end |
#slate_ad_url ⇒ ::String
Returns the value of attribute slate_ad_url.
976 977 978 |
# File 'sig/types.rbs', line 976 def slate_ad_url @slate_ad_url end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
977 978 979 |
# File 'sig/types.rbs', line 977 def @tags end |
#transcode_profile_name ⇒ ::String
Returns the value of attribute transcode_profile_name.
978 979 980 |
# File 'sig/types.rbs', line 978 def transcode_profile_name @transcode_profile_name end |
#video_content_source_url ⇒ ::String
Returns the value of attribute video_content_source_url.
979 980 981 |
# File 'sig/types.rbs', line 979 def video_content_source_url @video_content_source_url end |