You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Stream as input to an Aws::Client method, you can use a vanilla Hash:

{
  stream_id: "StreamId",
  file_id: 1,
}

Describes a group of files that can be streamed.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#file_idInteger

The ID of a file associated with a stream.

Returns:

  • (Integer)

    The ID of a file associated with a stream.

#stream_idString

The stream ID.

Returns:

  • (String)

    The stream ID.