Class: Aws::Types::DashPackage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dash_manifests::Array[Types::DashManifest]

Returns the value of attribute dash_manifests.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def dash_manifests
  @dash_manifests
end

#encryptionTypes::DashEncryption

Returns the value of attribute encryption.



177
178
179
# File 'sig/types.rbs', line 177

def encryption
  @encryption
end

#include_encoder_configuration_in_segmentsBoolean

Returns the value of attribute include_encoder_configuration_in_segments.

Returns:

  • (Boolean)


178
179
180
# File 'sig/types.rbs', line 178

def include_encoder_configuration_in_segments
  @include_encoder_configuration_in_segments
end

#include_iframe_only_streamBoolean

Returns the value of attribute include_iframe_only_stream.

Returns:

  • (Boolean)


179
180
181
# File 'sig/types.rbs', line 179

def include_iframe_only_stream
  @include_iframe_only_stream
end

#period_triggers::Array[("ADS")]

Returns the value of attribute period_triggers.

Returns:

  • (::Array[("ADS")])


180
181
182
# File 'sig/types.rbs', line 180

def period_triggers
  @period_triggers
end

#segment_duration_seconds::Integer

Returns the value of attribute segment_duration_seconds.

Returns:

  • (::Integer)


181
182
183
# File 'sig/types.rbs', line 181

def segment_duration_seconds
  @segment_duration_seconds
end

#segment_template_format"NUMBER_WITH_TIMELINE", ...

Returns the value of attribute segment_template_format.

Returns:

  • ("NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE", "NUMBER_WITH_DURATION")


182
183
184
# File 'sig/types.rbs', line 182

def segment_template_format
  @segment_template_format
end