Class: Aws::MediaTailor::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::CreateChannelResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) to assign to the channel.
-
#channel_name ⇒ String
The name to assign to the channel.
-
#channel_state ⇒ String
Indicates whether the channel is in a running state or not.
-
#creation_time ⇒ Time
The timestamp of when the channel was created.
-
#filler_slate ⇒ Types::SlateSource
Contains information about the slate used to fill gaps between programs in the schedule.
-
#last_modified_time ⇒ Time
The timestamp of when the channel was last modified.
-
#outputs ⇒ Array<Types::ResponseOutputItem>
The output properties to assign to the channel.
-
#playback_mode ⇒ String
The playback mode to assign to the channel.
-
#tags ⇒ Hash<String,String>
The tags to assign to the channel.
-
#tier ⇒ String
The tier of the channel.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) to assign to the channel.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name to assign to the channel.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |
#channel_state ⇒ String
Indicates whether the channel is in a running state or not.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The timestamp of when the channel was created.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |
#filler_slate ⇒ Types::SlateSource
Contains information about the slate used to fill gaps between programs in the schedule.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp of when the channel was last modified.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::ResponseOutputItem>
The output properties to assign to the channel.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |
#playback_mode ⇒ String
The playback mode to assign to the channel.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<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.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |
#tier ⇒ String
The tier of the channel.
548 549 550 551 552 553 554 555 556 557 558 559 560 561 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 548 class CreateChannelResponse < Struct.new( :arn, :channel_name, :channel_state, :creation_time, :filler_slate, :last_modified_time, :outputs, :playback_mode, :tags, :tier) SENSITIVE = [] include Aws::Structure end |