Class: Aws::IoT::Types::DescribeStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_id ⇒ String
The stream ID.
Instance Attribute Details
#stream_id ⇒ String
The stream ID.
6858 6859 6860 6861 6862 |
# File 'lib/aws-sdk-iot/types.rb', line 6858 class DescribeStreamRequest < Struct.new( :stream_id) SENSITIVE = [] include Aws::Structure end |