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 the updated channel.
Instance Attribute Details
#channel ⇒ Types::Channel
Object specifying the updated channel.
2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2371 class UpdateChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |