Class: Aws::MediaTailor::Types::HttpConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::HttpConfiguration
- 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
-
#base_url ⇒ String
The base URL for the source location host server.
Instance Attribute Details
#base_url ⇒ String
The base URL for the source location host server. This string must include the protocol, such as **https://**.
2333 2334 2335 2336 2337 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2333 class HttpConfiguration < Struct.new( :base_url) SENSITIVE = [] include Aws::Structure end |