Class: Aws::MediaTailor::Types::SegmentDeliveryConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

The segment delivery configuration settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlString

The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as https://example.com/some/path. To use a relative URL specify the relative path, such as /some/path*.

Returns:

  • (String)


3772
3773
3774
3775
3776
3777
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3772

class SegmentDeliveryConfiguration < Struct.new(
  :base_url,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A unique identifier used to distinguish between multiple segment delivery configurations in a source location.

Returns:

  • (String)


3772
3773
3774
3775
3776
3777
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3772

class SegmentDeliveryConfiguration < Struct.new(
  :base_url,
  :name)
  SENSITIVE = []
  include Aws::Structure
end