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

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

#streamTypes::Stream

Returns:



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

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