Class: Aws::IVS::Types::UpdateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::UpdateChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ Types::Channel
Object specifying the updated channel.
Instance Attribute Details
#channel ⇒ Types::Channel
Object specifying the updated channel.
2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-ivs/types.rb', line 2352 class UpdateChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |