Class: Aws::Types::HlsManifestCreateOrUpdateParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ad_markers"NONE", ...

Returns the value of attribute ad_markers.

Returns:

  • ("NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE")


352
353
354
# File 'sig/types.rbs', line 352

def ad_markers
  @ad_markers
end

#ad_triggers::Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]

Returns the value of attribute ad_triggers.

Returns:

  • (::Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")])


353
354
355
# File 'sig/types.rbs', line 353

def ad_triggers
  @ad_triggers
end

#ads_on_delivery_restrictions"NONE", ...

Returns the value of attribute ads_on_delivery_restrictions.

Returns:

  • ("NONE", "RESTRICTED", "UNRESTRICTED", "BOTH")


354
355
356
# File 'sig/types.rbs', line 354

def ads_on_delivery_restrictions
  @ads_on_delivery_restrictions
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def id
  @id
end

#include_iframe_only_streamBoolean

Returns the value of attribute include_iframe_only_stream.

Returns:

  • (Boolean)


356
357
358
# File 'sig/types.rbs', line 356

def include_iframe_only_stream
  @include_iframe_only_stream
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def manifest_name
  @manifest_name
end

#playlist_type"NONE", ...

Returns the value of attribute playlist_type.

Returns:

  • ("NONE", "EVENT", "VOD")


358
359
360
# File 'sig/types.rbs', line 358

def playlist_type
  @playlist_type
end

#playlist_window_seconds::Integer

Returns the value of attribute playlist_window_seconds.

Returns:

  • (::Integer)


359
360
361
# File 'sig/types.rbs', line 359

def playlist_window_seconds
  @playlist_window_seconds
end

#program_date_time_interval_seconds::Integer

Returns the value of attribute program_date_time_interval_seconds.

Returns:

  • (::Integer)


360
361
362
# File 'sig/types.rbs', line 360

def program_date_time_interval_seconds
  @program_date_time_interval_seconds
end