Class: Aws::Types::PutPlaybackConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ad_conditioning_configurationTypes::AdConditioningConfiguration

Returns the value of attribute ad_conditioning_configuration.



1003
1004
1005
# File 'sig/types.rbs', line 1003

def ad_conditioning_configuration
  @ad_conditioning_configuration
end

#ad_decision_server_configurationTypes::AdDecisionServerConfiguration

Returns the value of attribute ad_decision_server_configuration.



1004
1005
1006
# File 'sig/types.rbs', line 1004

def ad_decision_server_configuration
  @ad_decision_server_configuration
end

#ad_decision_server_url::String

Returns the value of attribute ad_decision_server_url.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def ad_decision_server_url
  @ad_decision_server_url
end

#ads_personalization_concurrencyTypes::AdsPersonalizationConcurrency

Returns the value of attribute ads_personalization_concurrency.



1008
1009
1010
# File 'sig/types.rbs', line 1008

def ads_personalization_concurrency
  @ads_personalization_concurrency
end

#ads_personalization_timeoutsTypes::AdsPersonalizationTimeouts

Returns the value of attribute ads_personalization_timeouts.



1007
1008
1009
# File 'sig/types.rbs', line 1007

def ads_personalization_timeouts
  @ads_personalization_timeouts
end

#avail_suppressionTypes::AvailSuppression

Returns the value of attribute avail_suppression.



989
990
991
# File 'sig/types.rbs', line 989

def avail_suppression
  @avail_suppression
end

#bumperTypes::Bumper

Returns the value of attribute bumper.

Returns:



990
991
992
# File 'sig/types.rbs', line 990

def bumper
  @bumper
end

#cdn_configurationTypes::CdnConfiguration

Returns the value of attribute cdn_configuration.



991
992
993
# File 'sig/types.rbs', line 991

def cdn_configuration
  @cdn_configuration
end

#configuration_aliases::Hash[::String, ::Hash[::String, ::String]]

Returns the value of attribute configuration_aliases.

Returns:

  • (::Hash[::String, ::Hash[::String, ::String]])


992
993
994
# File 'sig/types.rbs', line 992

def configuration_aliases
  @configuration_aliases
end

#dash_configurationTypes::DashConfigurationForPut

Returns the value of attribute dash_configuration.



993
994
995
# File 'sig/types.rbs', line 993

def dash_configuration
  @dash_configuration
end

#function_mapping::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST" | "POST_ADS_RESPONSE" | "PRE_MANIFEST_INSERTION"), ::String]

Returns the value of attribute function_mapping.

Returns:

  • (::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST" | "POST_ADS_RESPONSE" | "PRE_MANIFEST_INSERTION"), ::String])


1006
1007
1008
# File 'sig/types.rbs', line 1006

def function_mapping
  @function_mapping
end

#insertion_mode"STITCHED_ONLY", "PLAYER_SELECT"

Returns the value of attribute insertion_mode.

Returns:

  • ("STITCHED_ONLY", "PLAYER_SELECT")


994
995
996
# File 'sig/types.rbs', line 994

def insertion_mode
  @insertion_mode
end

#live_pre_roll_configurationTypes::LivePreRollConfiguration

Returns the value of attribute live_pre_roll_configuration.



995
996
997
# File 'sig/types.rbs', line 995

def live_pre_roll_configuration
  @live_pre_roll_configuration
end

#manifest_processing_rulesTypes::ManifestProcessingRules

Returns the value of attribute manifest_processing_rules.



996
997
998
# File 'sig/types.rbs', line 996

def manifest_processing_rules
  @manifest_processing_rules
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def name
  @name
end

#personalization_threshold_seconds::Integer

Returns the value of attribute personalization_threshold_seconds.

Returns:

  • (::Integer)


998
999
1000
# File 'sig/types.rbs', line 998

def personalization_threshold_seconds
  @personalization_threshold_seconds
end

#slate_ad_url::String

Returns the value of attribute slate_ad_url.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def slate_ad_url
  @slate_ad_url
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1000
1001
1002
# File 'sig/types.rbs', line 1000

def tags
  @tags
end

#transcode_profile_name::String

Returns the value of attribute transcode_profile_name.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def transcode_profile_name
  @transcode_profile_name
end

#video_content_source_url::String

Returns the value of attribute video_content_source_url.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def video_content_source_url
  @video_content_source_url
end

#yield_optimization_configurationTypes::YieldOptimizationConfiguration

Returns the value of attribute yield_optimization_configuration.



1005
1006
1007
# File 'sig/types.rbs', line 1005

def yield_optimization_configuration
  @yield_optimization_configuration
end