Class: Aws::IVS::Types::GetStreamResponse

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

#streamTypes::Stream

Returns:



917
918
919
920
921
# File 'lib/aws-sdk-ivs/types.rb', line 917

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