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)


339
340
341
# File 'sig/types.rbs', line 339

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)


338
339
340
# File 'sig/types.rbs', line 338

def manifest_endpoint_prefix
  @manifest_endpoint_prefix
end

#mpd_location::String

Returns the value of attribute mpd_location.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

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")


341
342
343
# File 'sig/types.rbs', line 341

def origin_manifest_type
  @origin_manifest_type
end