Class: Aws::Types::HlsInputSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsInputSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ ::Integer
Returns the value of attribute bandwidth.
-
#buffer_segments ⇒ ::Integer
Returns the value of attribute buffer_segments.
-
#retries ⇒ ::Integer
Returns the value of attribute retries.
-
#retry_interval ⇒ ::Integer
Returns the value of attribute retry_interval.
-
#scte_35_source ⇒ "MANIFEST", "SEGMENTS"
Returns the value of attribute scte_35_source.
Instance Attribute Details
#bandwidth ⇒ ::Integer
Returns the value of attribute bandwidth.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def bandwidth @bandwidth end |
#buffer_segments ⇒ ::Integer
Returns the value of attribute buffer_segments.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def buffer_segments @buffer_segments end |
#retries ⇒ ::Integer
Returns the value of attribute retries.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def retries @retries end |
#retry_interval ⇒ ::Integer
Returns the value of attribute retry_interval.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def retry_interval @retry_interval end |
#scte_35_source ⇒ "MANIFEST", "SEGMENTS"
Returns the value of attribute scte_35_source.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def scte_35_source @scte_35_source end |