Class: Aws::IoT::Types::DescribeStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeStreamRequest
- Defined in:
- gems/aws-sdk-iot/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.
7084 7085 7086 7087 7088 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7084 class DescribeStreamRequest < Struct.new( :stream_id) SENSITIVE = [] include Aws::Structure end |