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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_idInteger

The ID of a file associated with a stream.

Returns:

  • (Integer)


14902
14903
14904
14905
14906
14907
# File 'lib/aws-sdk-iot/types.rb', line 14902

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

#stream_idString

The stream ID.

Returns:

  • (String)


14902
14903
14904
14905
14906
14907
# File 'lib/aws-sdk-iot/types.rb', line 14902

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