Class: Aws::Types::InsertAdBreakRequest
- Inherits:
-
Object
- Object
- Aws::Types::InsertAdBreakRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
406 407 408 |
# File 'sig/types.rbs', line 406 def channel_arn @channel_arn end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
407 408 409 |
# File 'sig/types.rbs', line 407 def duration_seconds @duration_seconds end |