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
836 837 838 839 840 |
# File 'lib/aws-sdk-ivs/types.rb', line 836 class GetChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |