Class: Aws::MediaLive::Types::UpdateChannelClassRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateChannelClassRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_class ⇒ String
A standard channel has two encoding pipelines and a single pipeline channel only has one.
- #channel_id ⇒ String
- #destinations ⇒ Array<Types::OutputDestination>
Instance Attribute Details
#channel_class ⇒ String
A standard channel has two encoding pipelines and a single pipeline channel only has one.
12616 12617 12618 12619 12620 12621 12622 |
# File 'lib/aws-sdk-medialive/types.rb', line 12616 class UpdateChannelClassRequest < Struct.new( :channel_class, :channel_id, :destinations) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
12616 12617 12618 12619 12620 12621 12622 |
# File 'lib/aws-sdk-medialive/types.rb', line 12616 class UpdateChannelClassRequest < Struct.new( :channel_class, :channel_id, :destinations) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::OutputDestination>
12616 12617 12618 12619 12620 12621 12622 |
# File 'lib/aws-sdk-medialive/types.rb', line 12616 class UpdateChannelClassRequest < Struct.new( :channel_class, :channel_id, :destinations) SENSITIVE = [] include Aws::Structure end |