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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

Returns:



793
794
795
796
797
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 793

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