Class: Aws::MediaTailor::Types::CreateChannelResponse

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 Amazon Resource Name (ARN) to assign to the channel.

Returns:

  • (String)


778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#audiencesArray<String>

The list of audiences defined in channel.

Returns:

  • (Array<String>)


778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#channel_nameString

The name to assign to the channel.

Returns:

  • (String)


778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#channel_stateString

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

Returns:

  • (String)


778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#creation_timeTime

The timestamp of when the channel was created.

Returns:

  • (Time)


778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#filler_slateTypes::SlateSource

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

Returns:



778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#last_modified_timeTime

The timestamp of when the channel was last modified.

Returns:

  • (Time)


778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#outputsArray<Types::ResponseOutputItem>

The output properties to assign to the channel.

Returns:



778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#playback_modeString

The playback mode to assign to the channel.

Returns:

  • (String)


778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#tagsHash<String,String>

The tags to assign 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.

Returns:

  • (Hash<String,String>)


778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#tierString

The tier of the channel.

Returns:

  • (String)


778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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

#time_shift_configurationTypes::TimeShiftConfiguration

The time-shifted viewing configuration assigned to the channel.



778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 778

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