Class: Aws::Types::LivePreRollConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LivePreRollConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_decision_server_configuration ⇒ Types::PreRollAdDecisionServerConfiguration
Returns the value of attribute ad_decision_server_configuration.
-
#ad_decision_server_url ⇒ ::String
Returns the value of attribute ad_decision_server_url.
-
#max_duration_seconds ⇒ ::Integer
Returns the value of attribute max_duration_seconds.
Instance Attribute Details
#ad_decision_server_configuration ⇒ Types::PreRollAdDecisionServerConfiguration
Returns the value of attribute ad_decision_server_configuration.
820 821 822 |
# File 'sig/types.rbs', line 820 def ad_decision_server_configuration @ad_decision_server_configuration end |
#ad_decision_server_url ⇒ ::String
Returns the value of attribute ad_decision_server_url.
818 819 820 |
# File 'sig/types.rbs', line 818 def ad_decision_server_url @ad_decision_server_url end |
#max_duration_seconds ⇒ ::Integer
Returns the value of attribute max_duration_seconds.
819 820 821 |
# File 'sig/types.rbs', line 819 def max_duration_seconds @max_duration_seconds end |