Class: Aws::MediaTailor::Types::CreateVodSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::CreateVodSourceResponse
- 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
-
#source_location_name ⇒ String
-
#tags ⇒ Hash<String,String>
-
#vod_source_name ⇒ String
Instance Attribute Details
#arn ⇒ String
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1125 class CreateVodSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1125 class CreateVodSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
The VOD source's HTTP package configuration settings.
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1125 class CreateVodSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1125 class CreateVodSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1125 class CreateVodSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1125 class CreateVodSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1125 class CreateVodSourceResponse < Struct.new( :arn, :creation_time, :http_package_configurations, :last_modified_time, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |