Class: Aws::IVS::Types::GetChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channel ⇒ Types::Channel
799 800 801 802 803 |
# File 'lib/aws-sdk-ivs/types.rb', line 799 class GetChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |