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