Class: Aws::IVS::Types::InsertAdBreakResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ad_break_idString

Unique identifier for the ad break that was inserted into the playlist.

Returns:

  • (String)


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

class InsertAdBreakResponse < Struct.new(
  :ad_break_id)
  SENSITIVE = []
  include Aws::Structure
end