Class: Aws::IVS::Types::InsertAdBreakResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::InsertAdBreakResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ad_break_id ⇒ String
Unique identifier for the ad break that was inserted into the playlist.
Instance Attribute Details
#ad_break_id ⇒ String
Unique identifier for the ad break that was inserted into the playlist.
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 |