Class: Aws::IVS::Types::GetStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#stream ⇒ Types::Stream
960 961 962 963 964 |
# File 'lib/aws-sdk-ivs/types.rb', line 960 class GetStreamResponse < Struct.new( :stream) SENSITIVE = [] include Aws::Structure end |