Class: Aws::IoT::Types::DeleteStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteStreamRequest
- 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.
4913 4914 4915 4916 4917 |
# File 'lib/aws-sdk-iot/types.rb', line 4913 class DeleteStreamRequest < Struct.new( :stream_id) SENSITIVE = [] include Aws::Structure end |