Class: Aws::MediaPackage::Types::UpdateOriginEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::UpdateOriginEndpointResponse
- Defined in:
- gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
-
#channel_id ⇒ String
-
#cmaf_package ⇒ Types::CmafPackage
A Common Media Application Format (CMAF) packaging configuration.
-
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
-
#description ⇒ String
-
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
-
#id ⇒ String
-
#manifest_name ⇒ String
-
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
-
#origination ⇒ String
-
#startover_window_seconds ⇒ Integer
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
-
#time_delay_seconds ⇒ Integer
-
#url ⇒ String
-
#whitelist ⇒ Array<String>
Instance Attribute Details
#arn ⇒ String
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#authorization ⇒ Types::Authorization
CDN Authorization credentials
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#cmaf_package ⇒ Types::CmafPackage
A Common Media Application Format (CMAF) packaging configuration.
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#manifest_name ⇒ String
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#origination ⇒ String
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#startover_window_seconds ⇒ Integer
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#time_delay_seconds ⇒ Integer
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#whitelist ⇒ Array<String>
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 3019 class UpdateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |