Class: Aws::IVS::Types::GetChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

Returns:



836
837
838
839
840
# File 'lib/aws-sdk-ivs/types.rb', line 836

class GetChannelResponse < Struct.new(
  :channel)
  SENSITIVE = []
  include Aws::Structure
end