Class: Aws::Types::DashConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dual_stack_manifest_endpoint_prefix::String

Returns the value of attribute dual_stack_manifest_endpoint_prefix.

Returns:

  • (::String)


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

def dual_stack_manifest_endpoint_prefix
  @dual_stack_manifest_endpoint_prefix
end

#manifest_endpoint_prefix::String

Returns the value of attribute manifest_endpoint_prefix.

Returns:

  • (::String)


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

def manifest_endpoint_prefix
  @manifest_endpoint_prefix
end

#mpd_location::String

Returns the value of attribute mpd_location.

Returns:

  • (::String)


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

def mpd_location
  @mpd_location
end

#origin_manifest_type"SINGLE_PERIOD", "MULTI_PERIOD"

Returns the value of attribute origin_manifest_type.

Returns:

  • ("SINGLE_PERIOD", "MULTI_PERIOD")


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

def origin_manifest_type
  @origin_manifest_type
end