Class: Aws::Types::Scte35DeliveryRestrictions
- Inherits:
-
Object
- Object
- Aws::Types::Scte35DeliveryRestrictions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_allowed_flag ⇒ "ARCHIVE_NOT_ALLOWED", "ARCHIVE_ALLOWED"
Returns the value of attribute archive_allowed_flag.
-
#device_restrictions ⇒ "NONE", ...
Returns the value of attribute device_restrictions.
-
#no_regional_blackout_flag ⇒ "REGIONAL_BLACKOUT", "NO_REGIONAL_BLACKOUT"
Returns the value of attribute no_regional_blackout_flag.
-
#web_delivery_allowed_flag ⇒ "WEB_DELIVERY_NOT_ALLOWED", "WEB_DELIVERY_ALLOWED"
Returns the value of attribute web_delivery_allowed_flag.
Instance Attribute Details
#archive_allowed_flag ⇒ "ARCHIVE_NOT_ALLOWED", "ARCHIVE_ALLOWED"
Returns the value of attribute archive_allowed_flag.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def archive_allowed_flag @archive_allowed_flag end |
#device_restrictions ⇒ "NONE", ...
Returns the value of attribute device_restrictions.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def device_restrictions @device_restrictions end |
#no_regional_blackout_flag ⇒ "REGIONAL_BLACKOUT", "NO_REGIONAL_BLACKOUT"
Returns the value of attribute no_regional_blackout_flag.
2894 2895 2896 |
# File 'sig/types.rbs', line 2894 def no_regional_blackout_flag @no_regional_blackout_flag end |
#web_delivery_allowed_flag ⇒ "WEB_DELIVERY_NOT_ALLOWED", "WEB_DELIVERY_ALLOWED"
Returns the value of attribute web_delivery_allowed_flag.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def web_delivery_allowed_flag @web_delivery_allowed_flag end |