Class: Aws::MediaTailor::Types::HttpConfiguration

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

Overview

The HTTP configuration for the source location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlString

The base URL for the source location host server. This string must include the protocol, such as https://.

Returns:

  • (String)


2333
2334
2335
2336
2337
# File 'lib/aws-sdk-mediatailor/types.rb', line 2333

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