Class: Aws::Types::AvailConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AvailConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avail_settings ⇒ Types::AvailSettings
Returns the value of attribute avail_settings.
-
#scte_35_segmentation_scope ⇒ "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
Returns the value of attribute scte_35_segmentation_scope.
Instance Attribute Details
#avail_settings ⇒ Types::AvailSettings
Returns the value of attribute avail_settings.
221 222 223 |
# File 'sig/types.rbs', line 221 def avail_settings @avail_settings end |
#scte_35_segmentation_scope ⇒ "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
Returns the value of attribute scte_35_segmentation_scope.
222 223 224 |
# File 'sig/types.rbs', line 222 def scte_35_segmentation_scope @scte_35_segmentation_scope end |