Class: Aws::IVS::Types::PostRollConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::PostRollConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Configuration for the post-roll ad break to use for this ad configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration_seconds ⇒ Integer
Duration of the post-roll ad break, in seconds.
-
#enabled ⇒ Boolean
Whether the post-roll ad configuration is enabled.
Instance Attribute Details
#duration_seconds ⇒ Integer
Duration of the post-roll ad break, in seconds.
2328 2329 2330 2331 2332 2333 |
# File 'lib/aws-sdk-ivs/types.rb', line 2328 class PostRollConfiguration < Struct.new( :duration_seconds, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether the post-roll ad configuration is enabled.
2328 2329 2330 2331 2332 2333 |
# File 'lib/aws-sdk-ivs/types.rb', line 2328 class PostRollConfiguration < Struct.new( :duration_seconds, :enabled) SENSITIVE = [] include Aws::Structure end |