Class: Aws::MediaLive::Types::Scte35DeliveryRestrictions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Corresponds to SCTE-35 delivery_not_restricted_flag parameter. To declare delivery restrictions, include this element and its four “restriction” flags. To declare that there are no restrictions, omit this element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_allowed_flagString

Corresponds to SCTE-35 archive_allowed_flag.

Returns:

  • (String)


10873
10874
10875
10876
10877
10878
10879
10880
# File 'lib/aws-sdk-medialive/types.rb', line 10873

class Scte35DeliveryRestrictions < Struct.new(
  :archive_allowed_flag,
  :device_restrictions,
  :no_regional_blackout_flag,
  :web_delivery_allowed_flag)
  SENSITIVE = []
  include Aws::Structure
end

#device_restrictionsString

Corresponds to SCTE-35 device_restrictions parameter.

Returns:

  • (String)


10873
10874
10875
10876
10877
10878
10879
10880
# File 'lib/aws-sdk-medialive/types.rb', line 10873

class Scte35DeliveryRestrictions < Struct.new(
  :archive_allowed_flag,
  :device_restrictions,
  :no_regional_blackout_flag,
  :web_delivery_allowed_flag)
  SENSITIVE = []
  include Aws::Structure
end

#no_regional_blackout_flagString

Corresponds to SCTE-35 no_regional_blackout_flag parameter.

Returns:

  • (String)


10873
10874
10875
10876
10877
10878
10879
10880
# File 'lib/aws-sdk-medialive/types.rb', line 10873

class Scte35DeliveryRestrictions < Struct.new(
  :archive_allowed_flag,
  :device_restrictions,
  :no_regional_blackout_flag,
  :web_delivery_allowed_flag)
  SENSITIVE = []
  include Aws::Structure
end

#web_delivery_allowed_flagString

Corresponds to SCTE-35 web_delivery_allowed_flag parameter.

Returns:

  • (String)


10873
10874
10875
10876
10877
10878
10879
10880
# File 'lib/aws-sdk-medialive/types.rb', line 10873

class Scte35DeliveryRestrictions < Struct.new(
  :archive_allowed_flag,
  :device_restrictions,
  :no_regional_blackout_flag,
  :web_delivery_allowed_flag)
  SENSITIVE = []
  include Aws::Structure
end