Class: Aws::IoT::Types::Stream
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Stream
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes a group of files that can be streamed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_id ⇒ Integer
The ID of a file associated with a stream.
-
#stream_id ⇒ String
The stream ID.
Instance Attribute Details
#file_id ⇒ Integer
The ID of a file associated with a stream.
15966 15967 15968 15969 15970 15971 |
# File 'lib/aws-sdk-iot/types.rb', line 15966 class Stream < Struct.new( :stream_id, :file_id) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
The stream ID.
15966 15967 15968 15969 15970 15971 |
# File 'lib/aws-sdk-iot/types.rb', line 15966 class Stream < Struct.new( :stream_id, :file_id) SENSITIVE = [] include Aws::Structure end |