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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/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)


2323
2324
2325
2326
2327
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2323

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