Class: Aws::Types::Scte35SpliceInsert
- Inherits:
-
Object
- Object
- Aws::Types::Scte35SpliceInsert
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_avail_offset ⇒ ::Integer
Returns the value of attribute ad_avail_offset.
-
#no_regional_blackout_flag ⇒ "FOLLOW", "IGNORE"
Returns the value of attribute no_regional_blackout_flag.
-
#web_delivery_allowed_flag ⇒ "FOLLOW", "IGNORE"
Returns the value of attribute web_delivery_allowed_flag.
Instance Attribute Details
#ad_avail_offset ⇒ ::Integer
Returns the value of attribute ad_avail_offset.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def ad_avail_offset @ad_avail_offset end |
#no_regional_blackout_flag ⇒ "FOLLOW", "IGNORE"
Returns the value of attribute no_regional_blackout_flag.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def no_regional_blackout_flag @no_regional_blackout_flag end |
#web_delivery_allowed_flag ⇒ "FOLLOW", "IGNORE"
Returns the value of attribute web_delivery_allowed_flag.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def web_delivery_allowed_flag @web_delivery_allowed_flag end |