Class: Aws::MediaTailor::Types::CreateVodSourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN to assign to this VOD source.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1268

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_timeTime

The time the VOD source was created.

Returns:

  • (Time)


1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1268

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_configurationsArray<Types::HttpPackageConfiguration>

A list of HTTP package configuration parameters for this VOD source.



1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1268

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_timeTime

The time the VOD source was last modified.

Returns:

  • (Time)


1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1268

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_nameString

The name to assign to the source location for this VOD source.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1268

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

#tagsHash<String,String>

The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

Returns:

  • (Hash<String,String>)


1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1268

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_nameString

The name to assign to the VOD source.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1268

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