Class: Aws::IVS::Types::GetStreamSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetStreamSessionResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_session ⇒ Types::StreamSession
List of stream details.
Instance Attribute Details
#stream_session ⇒ Types::StreamSession
List of stream details.
991 992 993 994 995 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 991 class GetStreamSessionResponse < Struct.new( :stream_session) SENSITIVE = [] include Aws::Structure end |