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.
2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-ivs/types.rb', line 2533 class UpdateChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |