Class: Aws::IVS::Types::UpdateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::UpdateChannelResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ Types::Channel
Object specifying a channel.
Instance Attribute Details
#channel ⇒ Types::Channel
Object specifying a channel.
1910 1911 1912 1913 1914 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1910 class UpdateChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |