Class: Aws::Types::MediaPackageV2GroupSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_destinations::Array[Types::MediaPackageAdditionalDestinations]

Returns the value of attribute additional_destinations.



5767
5768
5769
# File 'sig/types.rbs', line 5767

def additional_destinations
  @additional_destinations
end

#caption_language_mappings::Array[Types::CaptionLanguageMapping]

Returns the value of attribute caption_language_mappings.

Returns:



5757
5758
5759
# File 'sig/types.rbs', line 5757

def caption_language_mappings
  @caption_language_mappings
end

#id_3_behavior"DISABLED", "ENABLED"

Returns the value of attribute id_3_behavior.

Returns:

  • ("DISABLED", "ENABLED")


5758
5759
5760
# File 'sig/types.rbs', line 5758

def id_3_behavior
  @id_3_behavior
end

#klv_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute klv_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


5759
5760
5761
# File 'sig/types.rbs', line 5759

def klv_behavior
  @klv_behavior
end

#nielsen_id_3_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute nielsen_id_3_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


5760
5761
5762
# File 'sig/types.rbs', line 5760

def nielsen_id_3_behavior
  @nielsen_id_3_behavior
end

#scte_35_type"NONE", "SCTE_35_WITHOUT_SEGMENTATION"

Returns the value of attribute scte_35_type.

Returns:

  • ("NONE", "SCTE_35_WITHOUT_SEGMENTATION")


5761
5762
5763
# File 'sig/types.rbs', line 5761

def scte_35_type
  @scte_35_type
end

#segment_length::Integer

Returns the value of attribute segment_length.

Returns:

  • (::Integer)


5762
5763
5764
# File 'sig/types.rbs', line 5762

def segment_length
  @segment_length
end

#segment_length_units"MILLISECONDS", "SECONDS"

Returns the value of attribute segment_length_units.

Returns:

  • ("MILLISECONDS", "SECONDS")


5763
5764
5765
# File 'sig/types.rbs', line 5763

def segment_length_units
  @segment_length_units
end

#timed_metadata_id_3_frame"NONE", ...

Returns the value of attribute timed_metadata_id_3_frame.

Returns:

  • ("NONE", "PRIV", "TDRL")


5764
5765
5766
# File 'sig/types.rbs', line 5764

def 
  @timed_metadata_id_3_frame
end

#timed_metadata_id_3_period::Integer

Returns the value of attribute timed_metadata_id_3_period.

Returns:

  • (::Integer)


5765
5766
5767
# File 'sig/types.rbs', line 5765

def 
  @timed_metadata_id_3_period
end

#timed_metadata_passthrough"DISABLED", "ENABLED"

Returns the value of attribute timed_metadata_passthrough.

Returns:

  • ("DISABLED", "ENABLED")


5766
5767
5768
# File 'sig/types.rbs', line 5766

def 
  @timed_metadata_passthrough
end