Class: Aws::KinesisVideo::Types::DescribeStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeStreamOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_info ⇒ Types::StreamInfo
An object that describes the stream.
Instance Attribute Details
#stream_info ⇒ Types::StreamInfo
An object that describes the stream.
661 662 663 664 665 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 661 class DescribeStreamOutput < Struct.new( :stream_info) SENSITIVE = [] include Aws::Structure end |