Class: Aws::Types::DashManifest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#manifest_layout"FULL", "COMPACT"

Returns the value of attribute manifest_layout.

Returns:

  • ("FULL", "COMPACT")


166
167
168
# File 'sig/types.rbs', line 166

def manifest_layout
  @manifest_layout
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def manifest_name
  @manifest_name
end

#min_buffer_time_seconds::Integer

Returns the value of attribute min_buffer_time_seconds.

Returns:

  • (::Integer)


168
169
170
# File 'sig/types.rbs', line 168

def min_buffer_time_seconds
  @min_buffer_time_seconds
end

#profile"NONE", "HBBTV_1_5"

Returns the value of attribute profile.

Returns:

  • ("NONE", "HBBTV_1_5")


169
170
171
# File 'sig/types.rbs', line 169

def profile
  @profile
end

#scte_markers_source"SEGMENTS", "MANIFEST"

Returns the value of attribute scte_markers_source.

Returns:

  • ("SEGMENTS", "MANIFEST")


170
171
172
# File 'sig/types.rbs', line 170

def scte_markers_source
  @scte_markers_source
end

#stream_selectionTypes::StreamSelection

Returns the value of attribute stream_selection.



171
172
173
# File 'sig/types.rbs', line 171

def stream_selection
  @stream_selection
end