Class: Aws::Types::GetPlaybackConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPlaybackConfigurationResponse
- 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"), ::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.
Instance Attribute Details
#ad_conditioning_configuration ⇒ Types::AdConditioningConfiguration
Returns the value of attribute ad_conditioning_configuration.
629 630 631 |
# File 'sig/types.rbs', line 629 def ad_conditioning_configuration @ad_conditioning_configuration end |
#ad_decision_server_configuration ⇒ Types::AdDecisionServerConfiguration
Returns the value of attribute ad_decision_server_configuration.
630 631 632 |
# File 'sig/types.rbs', line 630 def ad_decision_server_configuration @ad_decision_server_configuration end |
#ad_decision_server_url ⇒ ::String
Returns the value of attribute ad_decision_server_url.
607 608 609 |
# File 'sig/types.rbs', line 607 def ad_decision_server_url @ad_decision_server_url end |
#ads_personalization_concurrency ⇒ Types::AdsPersonalizationConcurrency
Returns the value of attribute ads_personalization_concurrency.
633 634 635 |
# File 'sig/types.rbs', line 633 def ads_personalization_concurrency @ads_personalization_concurrency end |
#ads_personalization_timeouts ⇒ Types::AdsPersonalizationTimeouts
Returns the value of attribute ads_personalization_timeouts.
632 633 634 |
# File 'sig/types.rbs', line 632 def ads_personalization_timeouts @ads_personalization_timeouts end |
#avail_suppression ⇒ Types::AvailSuppression
Returns the value of attribute avail_suppression.
608 609 610 |
# File 'sig/types.rbs', line 608 def avail_suppression @avail_suppression end |
#bumper ⇒ Types::Bumper
Returns the value of attribute bumper.
609 610 611 |
# File 'sig/types.rbs', line 609 def bumper @bumper end |
#cdn_configuration ⇒ Types::CdnConfiguration
Returns the value of attribute cdn_configuration.
610 611 612 |
# File 'sig/types.rbs', line 610 def cdn_configuration @cdn_configuration end |
#configuration_aliases ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute configuration_aliases.
611 612 613 |
# File 'sig/types.rbs', line 611 def configuration_aliases @configuration_aliases end |
#dash_configuration ⇒ Types::DashConfiguration
Returns the value of attribute dash_configuration.
612 613 614 |
# File 'sig/types.rbs', line 612 def dash_configuration @dash_configuration end |
#dual_stack_playback_endpoint_prefix ⇒ ::String
Returns the value of attribute dual_stack_playback_endpoint_prefix.
622 623 624 |
# File 'sig/types.rbs', line 622 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.
624 625 626 |
# File 'sig/types.rbs', line 624 def dual_stack_session_initialization_endpoint_prefix @dual_stack_session_initialization_endpoint_prefix end |
#function_mapping ⇒ ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
Returns the value of attribute function_mapping.
631 632 633 |
# File 'sig/types.rbs', line 631 def function_mapping @function_mapping end |
#hls_configuration ⇒ Types::HlsConfiguration
Returns the value of attribute hls_configuration.
613 614 615 |
# File 'sig/types.rbs', line 613 def hls_configuration @hls_configuration end |
#insertion_mode ⇒ "STITCHED_ONLY", "PLAYER_SELECT"
Returns the value of attribute insertion_mode.
614 615 616 |
# File 'sig/types.rbs', line 614 def insertion_mode @insertion_mode end |
#live_pre_roll_configuration ⇒ Types::LivePreRollConfiguration
Returns the value of attribute live_pre_roll_configuration.
615 616 617 |
# File 'sig/types.rbs', line 615 def live_pre_roll_configuration @live_pre_roll_configuration end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
616 617 618 |
# File 'sig/types.rbs', line 616 def log_configuration @log_configuration end |
#manifest_processing_rules ⇒ Types::ManifestProcessingRules
Returns the value of attribute manifest_processing_rules.
617 618 619 |
# File 'sig/types.rbs', line 617 def manifest_processing_rules @manifest_processing_rules end |
#name ⇒ ::String
Returns the value of attribute name.
618 619 620 |
# File 'sig/types.rbs', line 618 def name @name end |
#personalization_threshold_seconds ⇒ ::Integer
Returns the value of attribute personalization_threshold_seconds.
619 620 621 |
# File 'sig/types.rbs', line 619 def personalization_threshold_seconds @personalization_threshold_seconds end |
#playback_configuration_arn ⇒ ::String
Returns the value of attribute playback_configuration_arn.
620 621 622 |
# File 'sig/types.rbs', line 620 def playback_configuration_arn @playback_configuration_arn end |
#playback_endpoint_prefix ⇒ ::String
Returns the value of attribute playback_endpoint_prefix.
621 622 623 |
# File 'sig/types.rbs', line 621 def playback_endpoint_prefix @playback_endpoint_prefix end |
#session_initialization_endpoint_prefix ⇒ ::String
Returns the value of attribute session_initialization_endpoint_prefix.
623 624 625 |
# File 'sig/types.rbs', line 623 def session_initialization_endpoint_prefix @session_initialization_endpoint_prefix end |
#slate_ad_url ⇒ ::String
Returns the value of attribute slate_ad_url.
625 626 627 |
# File 'sig/types.rbs', line 625 def slate_ad_url @slate_ad_url end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
626 627 628 |
# File 'sig/types.rbs', line 626 def @tags end |
#transcode_profile_name ⇒ ::String
Returns the value of attribute transcode_profile_name.
627 628 629 |
# File 'sig/types.rbs', line 627 def transcode_profile_name @transcode_profile_name end |
#video_content_source_url ⇒ ::String
Returns the value of attribute video_content_source_url.
628 629 630 |
# File 'sig/types.rbs', line 628 def video_content_source_url @video_content_source_url end |