Class: Aws::Types::Scte35DeliveryRestrictions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#archive_allowed_flag"ARCHIVE_NOT_ALLOWED", "ARCHIVE_ALLOWED"

Returns the value of attribute archive_allowed_flag.

Returns:

  • ("ARCHIVE_NOT_ALLOWED", "ARCHIVE_ALLOWED")


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.

Returns:

  • ("NONE", "RESTRICT_GROUP0", "RESTRICT_GROUP1", "RESTRICT_GROUP2")


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.

Returns:

  • ("REGIONAL_BLACKOUT", "NO_REGIONAL_BLACKOUT")


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.

Returns:

  • ("WEB_DELIVERY_NOT_ALLOWED", "WEB_DELIVERY_ALLOWED")


2895
2896
2897
# File 'sig/types.rbs', line 2895

def web_delivery_allowed_flag
  @web_delivery_allowed_flag
end