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
917 918 919 920 921 |
# File 'lib/aws-sdk-ivs/types.rb', line 917 class GetStreamResponse < Struct.new( :stream) SENSITIVE = [] include Aws::Structure end |