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.
2896 2897 2898 |
# File 'sig/types.rbs', line 2896 def archive_allowed_flag @archive_allowed_flag end |
#device_restrictions ⇒ "NONE", ...
Returns the value of attribute device_restrictions.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def device_restrictions @device_restrictions end |
#no_regional_blackout_flag ⇒ "REGIONAL_BLACKOUT", "NO_REGIONAL_BLACKOUT"
Returns the value of attribute no_regional_blackout_flag.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 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.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def web_delivery_allowed_flag @web_delivery_allowed_flag end |