Class: Aws::MediaTailor::Types::UpdateSourceLocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::UpdateSourceLocationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_configuration ⇒ Types::AccessConfiguration
Access configuration parameters.
-
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
The optional configuration for the host server that serves segments.
-
#http_configuration ⇒ Types::HttpConfiguration
The HTTP configuration for the source location.
-
#segment_delivery_configurations ⇒ Array<Types::SegmentDeliveryConfiguration>
A list of the segment delivery configurations associated with this resource.
-
#source_location_name ⇒ String
The name of the source location.
Instance Attribute Details
#access_configuration ⇒ Types::AccessConfiguration
Access configuration parameters. Configures the type of authentication used to access content from your source location.
5034 5035 5036 5037 5038 5039 5040 5041 5042 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5034 class UpdateSourceLocationRequest < Struct.new( :access_configuration, :default_segment_delivery_configuration, :http_configuration, :segment_delivery_configurations, :source_location_name) SENSITIVE = [] include Aws::Structure end |
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
The optional configuration for the host server that serves segments.
5034 5035 5036 5037 5038 5039 5040 5041 5042 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5034 class UpdateSourceLocationRequest < Struct.new( :access_configuration, :default_segment_delivery_configuration, :http_configuration, :segment_delivery_configurations, :source_location_name) SENSITIVE = [] include Aws::Structure end |
#http_configuration ⇒ Types::HttpConfiguration
The HTTP configuration for the source location.
5034 5035 5036 5037 5038 5039 5040 5041 5042 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5034 class UpdateSourceLocationRequest < Struct.new( :access_configuration, :default_segment_delivery_configuration, :http_configuration, :segment_delivery_configurations, :source_location_name) SENSITIVE = [] include Aws::Structure end |
#segment_delivery_configurations ⇒ Array<Types::SegmentDeliveryConfiguration>
A list of the segment delivery configurations associated with this resource.
5034 5035 5036 5037 5038 5039 5040 5041 5042 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5034 class UpdateSourceLocationRequest < Struct.new( :access_configuration, :default_segment_delivery_configuration, :http_configuration, :segment_delivery_configurations, :source_location_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location.
5034 5035 5036 5037 5038 5039 5040 5041 5042 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5034 class UpdateSourceLocationRequest < Struct.new( :access_configuration, :default_segment_delivery_configuration, :http_configuration, :segment_delivery_configurations, :source_location_name) SENSITIVE = [] include Aws::Structure end |