Class: Aws::IVS::Types::PostRollConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#duration_secondsInteger

Duration of the post-roll ad break, in seconds.

Returns:

  • (Integer)


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

#enabledBoolean

Whether the post-roll ad configuration is enabled.

Returns:

  • (Boolean)


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