Class: Aws::IVS::Types::InsertAdBreakRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

ARN of the channel into which the ad break is inserted.

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
# File 'lib/aws-sdk-ivs/types.rb', line 1558

class InsertAdBreakRequest < Struct.new(
  :channel_arn,
  :duration_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#duration_secondsInteger

Maximum duration of the ad break, in seconds.

Returns:

  • (Integer)


1558
1559
1560
1561
1562
1563
# File 'lib/aws-sdk-ivs/types.rb', line 1558

class InsertAdBreakRequest < Struct.new(
  :channel_arn,
  :duration_seconds)
  SENSITIVE = []
  include Aws::Structure
end