Class: Aws::MediaTailor::Types::DescribeLiveSourceResponse

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 of the live source.

Returns:

  • (String)


1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1703

class DescribeLiveSourceResponse < Struct.new(
  :arn,
  :creation_time,
  :http_package_configurations,
  :last_modified_time,
  :live_source_name,
  :source_location_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The timestamp that indicates when the live source was created.

Returns:

  • (Time)


1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1703

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

The HTTP package configurations.



1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1703

class DescribeLiveSourceResponse < 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_timeTime

The timestamp that indicates when the live source was modified.

Returns:

  • (Time)


1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1703

class DescribeLiveSourceResponse < 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_nameString

The name of the live source.

Returns:

  • (String)


1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1703

class DescribeLiveSourceResponse < 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_nameString

The name of the source location associated with the live source.

Returns:

  • (String)


1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1703

class DescribeLiveSourceResponse < Struct.new(
  :arn,
  :creation_time,
  :http_package_configurations,
  :last_modified_time,
  :live_source_name,
  :source_location_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the live 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>)


1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1703

class DescribeLiveSourceResponse < Struct.new(
  :arn,
  :creation_time,
  :http_package_configurations,
  :last_modified_time,
  :live_source_name,
  :source_location_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end