Class: Aws::IoT::Types::Stream

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Describes a group of files that can be streamed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_idInteger

The ID of a file associated with a stream.

Returns:

  • (Integer)


14259
14260
14261
14262
14263
14264
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14259

class Stream < Struct.new(
  :stream_id,
  :file_id)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

The stream ID.

Returns:

  • (String)


14259
14260
14261
14262
14263
14264
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14259

class Stream < Struct.new(
  :stream_id,
  :file_id)
  SENSITIVE = []
  include Aws::Structure
end