Class: Aws::MediaTailor::Types::DescribeVodSourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_location_nameString

The name of the source location associated with this VOD Source.

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
# File 'lib/aws-sdk-mediatailor/types.rb', line 2031

class DescribeVodSourceRequest < Struct.new(
  :source_location_name,
  :vod_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#vod_source_nameString

The name of the VOD Source.

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
# File 'lib/aws-sdk-mediatailor/types.rb', line 2031

class DescribeVodSourceRequest < Struct.new(
  :source_location_name,
  :vod_source_name)
  SENSITIVE = []
  include Aws::Structure
end