Class: Aws::IoT::Types::DescribeStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#stream_info ⇒ Types::StreamInfo
Information about the stream.
Instance Attribute Details
#stream_info ⇒ Types::StreamInfo
Information about the stream.
4217 4218 4219 4220 |
# File 'lib/aws-sdk-iot/types.rb', line 4217 class DescribeStreamResponse < Struct.new( :stream_info) include Aws::Structure end |