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.
12718 12719 12720 12721 12722 12723 12724 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12718 class UpdateChannelClassRequest < Struct.new( :channel_class, :channel_id, :destinations) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
12718 12719 12720 12721 12722 12723 12724 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12718 class UpdateChannelClassRequest < Struct.new( :channel_class, :channel_id, :destinations) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::OutputDestination>
12718 12719 12720 12721 12722 12723 12724 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12718 class UpdateChannelClassRequest < Struct.new( :channel_class, :channel_id, :destinations) SENSITIVE = [] include Aws::Structure end |