Class: Aws::Types::PutPlaybackConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutPlaybackConfigurationResponse
- 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::DashConfiguration
Returns the value of attribute dash_configuration.
-
#dual_stack_playback_endpoint_prefix ⇒ ::String
Returns the value of attribute dual_stack_playback_endpoint_prefix.
-
#dual_stack_session_initialization_endpoint_prefix ⇒ ::String
Returns the value of attribute dual_stack_session_initialization_endpoint_prefix.
-
#function_mapping ⇒ ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST" | "POST_ADS_RESPONSE" | "PRE_MANIFEST_INSERTION"), ::String]
Returns the value of attribute function_mapping.
-
#hls_configuration ⇒ Types::HlsConfiguration
Returns the value of attribute hls_configuration.
-
#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.
-
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_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.
-
#playback_configuration_arn ⇒ ::String
Returns the value of attribute playback_configuration_arn.
-
#playback_endpoint_prefix ⇒ ::String
Returns the value of attribute playback_endpoint_prefix.
-
#session_initialization_endpoint_prefix ⇒ ::String
Returns the value of attribute session_initialization_endpoint_prefix.
-
#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.
-
#yield_optimization_configuration ⇒ Types::YieldOptimizationConfiguration
Returns the value of attribute yield_optimization_configuration.
Instance Attribute Details
#ad_conditioning_configuration ⇒ Types::AdConditioningConfiguration
Returns the value of attribute ad_conditioning_configuration.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def ad_conditioning_configuration @ad_conditioning_configuration end |
#ad_decision_server_configuration ⇒ Types::AdDecisionServerConfiguration
Returns the value of attribute ad_decision_server_configuration.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def ad_decision_server_configuration @ad_decision_server_configuration end |
#ad_decision_server_url ⇒ ::String
Returns the value of attribute ad_decision_server_url.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def ad_decision_server_url @ad_decision_server_url end |
#ads_personalization_concurrency ⇒ Types::AdsPersonalizationConcurrency
Returns the value of attribute ads_personalization_concurrency.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def ads_personalization_concurrency @ads_personalization_concurrency end |
#ads_personalization_timeouts ⇒ Types::AdsPersonalizationTimeouts
Returns the value of attribute ads_personalization_timeouts.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def ads_personalization_timeouts @ads_personalization_timeouts end |
#avail_suppression ⇒ Types::AvailSuppression
Returns the value of attribute avail_suppression.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def avail_suppression @avail_suppression end |
#bumper ⇒ Types::Bumper
Returns the value of attribute bumper.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def bumper @bumper end |
#cdn_configuration ⇒ Types::CdnConfiguration
Returns the value of attribute cdn_configuration.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def cdn_configuration @cdn_configuration end |
#configuration_aliases ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute configuration_aliases.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def configuration_aliases @configuration_aliases end |
#dash_configuration ⇒ Types::DashConfiguration
Returns the value of attribute dash_configuration.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def dash_configuration @dash_configuration end |
#dual_stack_playback_endpoint_prefix ⇒ ::String
Returns the value of attribute dual_stack_playback_endpoint_prefix.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def dual_stack_playback_endpoint_prefix @dual_stack_playback_endpoint_prefix end |
#dual_stack_session_initialization_endpoint_prefix ⇒ ::String
Returns the value of attribute dual_stack_session_initialization_endpoint_prefix.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def dual_stack_session_initialization_endpoint_prefix @dual_stack_session_initialization_endpoint_prefix end |
#function_mapping ⇒ ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST" | "POST_ADS_RESPONSE" | "PRE_MANIFEST_INSERTION"), ::String]
Returns the value of attribute function_mapping.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def function_mapping @function_mapping end |
#hls_configuration ⇒ Types::HlsConfiguration
Returns the value of attribute hls_configuration.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def hls_configuration @hls_configuration end |
#insertion_mode ⇒ "STITCHED_ONLY", "PLAYER_SELECT"
Returns the value of attribute insertion_mode.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def insertion_mode @insertion_mode end |
#live_pre_roll_configuration ⇒ Types::LivePreRollConfiguration
Returns the value of attribute live_pre_roll_configuration.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def live_pre_roll_configuration @live_pre_roll_configuration end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def log_configuration @log_configuration end |
#manifest_processing_rules ⇒ Types::ManifestProcessingRules
Returns the value of attribute manifest_processing_rules.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def manifest_processing_rules @manifest_processing_rules end |
#name ⇒ ::String
Returns the value of attribute name.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def name @name end |
#personalization_threshold_seconds ⇒ ::Integer
Returns the value of attribute personalization_threshold_seconds.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def personalization_threshold_seconds @personalization_threshold_seconds end |
#playback_configuration_arn ⇒ ::String
Returns the value of attribute playback_configuration_arn.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def playback_configuration_arn @playback_configuration_arn end |
#playback_endpoint_prefix ⇒ ::String
Returns the value of attribute playback_endpoint_prefix.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def playback_endpoint_prefix @playback_endpoint_prefix end |
#session_initialization_endpoint_prefix ⇒ ::String
Returns the value of attribute session_initialization_endpoint_prefix.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def session_initialization_endpoint_prefix @session_initialization_endpoint_prefix end |
#slate_ad_url ⇒ ::String
Returns the value of attribute slate_ad_url.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def slate_ad_url @slate_ad_url end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def @tags end |
#transcode_profile_name ⇒ ::String
Returns the value of attribute transcode_profile_name.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def transcode_profile_name @transcode_profile_name end |
#video_content_source_url ⇒ ::String
Returns the value of attribute video_content_source_url.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def video_content_source_url @video_content_source_url end |
#yield_optimization_configuration ⇒ Types::YieldOptimizationConfiguration
Returns the value of attribute yield_optimization_configuration.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def yield_optimization_configuration @yield_optimization_configuration end |