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

Class: Aws::IoT::Types::StreamInfo

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

Overview

Information about a stream.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date when the stream was created.

Returns:

  • (Time)

    The date when the stream was created.

#descriptionString

The description of the stream.

Returns:

  • (String)

    The description of the stream.

#filesArray<Types::StreamFile>

The files to stream.

Returns:

#last_updated_atTime

The date when the stream was last updated.

Returns:

  • (Time)

    The date when the stream was last updated.

#role_arnString

An IAM role AWS IoT assumes to access your S3 files.

Returns:

  • (String)

    An IAM role AWS IoT assumes to access your S3 files.

#stream_arnString

The stream ARN.

Returns:

  • (String)

    The stream ARN.

#stream_idString

The stream ID.

Returns:

  • (String)

    The stream ID.

#stream_versionInteger

The stream version.

Returns:

  • (Integer)

    The stream version.