Class: Aws::MediaTailor::Types::DescribeChannelResponse

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

#arnString

The ARN of the channel.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#audiencesArray<String>

The list of audiences defined in channel.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name of the channel.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#channel_stateString

Indicates whether the channel is in a running state or not.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The timestamp of when the channel was created.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#filler_slateTypes::SlateSource

Contains information about the slate used to fill gaps between programs in the schedule.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp of when the channel was last modified.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#log_configurationTypes::LogConfigurationForChannel

The log configuration for the channel.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::ResponseOutputItem>

The channel’s output properties.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#playback_modeString

The channel’s playback mode.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the channel. 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].

[1]: docs.aws.amazon.com/mediatailor/latest/ug/tagging.html



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#tierString

The channel’s tier.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end

#time_shift_configurationTypes::TimeShiftConfiguration

The time-shifted viewing configuration for the channel.



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
# File 'lib/aws-sdk-mediatailor/types.rb', line 1777

class DescribeChannelResponse < Struct.new(
  :arn,
  :channel_name,
  :channel_state,
  :creation_time,
  :filler_slate,
  :last_modified_time,
  :outputs,
  :playback_mode,
  :tags,
  :tier,
  :log_configuration,
  :time_shift_configuration,
  :audiences)
  SENSITIVE = []
  include Aws::Structure
end