Class: Aws::MediaLive::Types::UpdateChannelClassRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateChannelClassRequest
- Defined in:
- gems/aws-sdk-medialive/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.
11601 11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11601 class UpdateChannelClassRequest < Struct.new( :channel_class, :channel_id, :destinations) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
11601 11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11601 class UpdateChannelClassRequest < Struct.new( :channel_class, :channel_id, :destinations) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::OutputDestination>
11601 11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11601 class UpdateChannelClassRequest < Struct.new( :channel_class, :channel_id, :destinations) SENSITIVE = [] include Aws::Structure end |