Class: Aws::Types::MsSmoothGroupSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acquisition_point_id::String

Returns the value of attribute acquisition_point_id.

Returns:

  • (::String)


2356
2357
2358
# File 'sig/types.rbs', line 2356

def acquisition_point_id
  @acquisition_point_id
end

#audio_only_timecode_control"PASSTHROUGH", "USE_CONFIGURED_CLOCK"

Returns the value of attribute audio_only_timecode_control.

Returns:

  • ("PASSTHROUGH", "USE_CONFIGURED_CLOCK")


2357
2358
2359
# File 'sig/types.rbs', line 2357

def audio_only_timecode_control
  @audio_only_timecode_control
end

#certificate_mode"SELF_SIGNED", "VERIFY_AUTHENTICITY"

Returns the value of attribute certificate_mode.

Returns:

  • ("SELF_SIGNED", "VERIFY_AUTHENTICITY")


2358
2359
2360
# File 'sig/types.rbs', line 2358

def certificate_mode
  @certificate_mode
end

#connection_retry_interval::Integer

Returns the value of attribute connection_retry_interval.

Returns:

  • (::Integer)


2359
2360
2361
# File 'sig/types.rbs', line 2359

def connection_retry_interval
  @connection_retry_interval
end

#destinationTypes::OutputLocationRef

Returns the value of attribute destination.



2360
2361
2362
# File 'sig/types.rbs', line 2360

def destination
  @destination
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def event_id
  @event_id
end

#event_id_mode"NO_EVENT_ID", ...

Returns the value of attribute event_id_mode.

Returns:

  • ("NO_EVENT_ID", "USE_CONFIGURED", "USE_TIMESTAMP")


2362
2363
2364
# File 'sig/types.rbs', line 2362

def event_id_mode
  @event_id_mode
end

#event_stop_behavior"NONE", "SEND_EOS"

Returns the value of attribute event_stop_behavior.

Returns:

  • ("NONE", "SEND_EOS")


2363
2364
2365
# File 'sig/types.rbs', line 2363

def event_stop_behavior
  @event_stop_behavior
end

#filecache_duration::Integer

Returns the value of attribute filecache_duration.

Returns:

  • (::Integer)


2364
2365
2366
# File 'sig/types.rbs', line 2364

def filecache_duration
  @filecache_duration
end

#fragment_length::Integer

Returns the value of attribute fragment_length.

Returns:

  • (::Integer)


2365
2366
2367
# File 'sig/types.rbs', line 2365

def fragment_length
  @fragment_length
end

#input_loss_action"EMIT_OUTPUT", "PAUSE_OUTPUT"

Returns the value of attribute input_loss_action.

Returns:

  • ("EMIT_OUTPUT", "PAUSE_OUTPUT")


2366
2367
2368
# File 'sig/types.rbs', line 2366

def input_loss_action
  @input_loss_action
end

#num_retries::Integer

Returns the value of attribute num_retries.

Returns:

  • (::Integer)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def num_retries
  @num_retries
end

#restart_delay::Integer

Returns the value of attribute restart_delay.

Returns:

  • (::Integer)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def restart_delay
  @restart_delay
end

#segmentation_mode"USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"

Returns the value of attribute segmentation_mode.

Returns:

  • ("USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION")


2369
2370
2371
# File 'sig/types.rbs', line 2369

def segmentation_mode
  @segmentation_mode
end

#send_delay_ms::Integer

Returns the value of attribute send_delay_ms.

Returns:

  • (::Integer)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def send_delay_ms
  @send_delay_ms
end

#sparse_track_type"NONE", ...

Returns the value of attribute sparse_track_type.

Returns:

  • ("NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION")


2371
2372
2373
# File 'sig/types.rbs', line 2371

def sparse_track_type
  @sparse_track_type
end

#stream_manifest_behavior"DO_NOT_SEND", "SEND"

Returns the value of attribute stream_manifest_behavior.

Returns:

  • ("DO_NOT_SEND", "SEND")


2372
2373
2374
# File 'sig/types.rbs', line 2372

def stream_manifest_behavior
  @stream_manifest_behavior
end

#timestamp_offset::String

Returns the value of attribute timestamp_offset.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def timestamp_offset
  @timestamp_offset
end

#timestamp_offset_mode"USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"

Returns the value of attribute timestamp_offset_mode.

Returns:

  • ("USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE")


2374
2375
2376
# File 'sig/types.rbs', line 2374

def timestamp_offset_mode
  @timestamp_offset_mode
end