Class: Aws::MediaTailor::Types::CreateLiveSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::CreateLiveSourceResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#creation_time ⇒ Time
-
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
The VOD source's HTTP package configuration settings.
-
#last_modified_time ⇒ Time
-
#live_source_name ⇒ String
-
#source_location_name ⇒ String
-
#tags ⇒ Hash<String,String>
Instance Attribute Details
#arn ⇒ String
695 696 697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 695 class CreateLiveSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :live_source_name, :source_location_name, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
695 696 697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 695 class CreateLiveSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :live_source_name, :source_location_name, :tags) SENSITIVE = [] include Aws::Structure end |
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
The VOD source's HTTP package configuration settings.
695 696 697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 695 class CreateLiveSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :live_source_name, :source_location_name, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
695 696 697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 695 class CreateLiveSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :live_source_name, :source_location_name, :tags) SENSITIVE = [] include Aws::Structure end |
#live_source_name ⇒ String
695 696 697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 695 class CreateLiveSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :live_source_name, :source_location_name, :tags) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
695 696 697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 695 class CreateLiveSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :live_source_name, :source_location_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
695 696 697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 695 class CreateLiveSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :live_source_name, :source_location_name, :tags) SENSITIVE = [] include Aws::Structure end |