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
- Struct
- Aws::IoT::Types::StreamInfo
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date when the stream was created.
-
#description ⇒ String
The description of the stream.
-
#files ⇒ Array<Types::StreamFile>
The files to stream.
-
#last_updated_at ⇒ Time
The date when the stream was last updated.
-
#role_arn ⇒ String
An IAM role AWS IoT assumes to access your S3 files.
-
#stream_arn ⇒ String
The stream ARN.
-
#stream_id ⇒ String
The stream ID.
-
#stream_version ⇒ Integer
The stream version.
Instance Attribute Details
#created_at ⇒ Time
The date when the stream was created.
#description ⇒ String
The description of the stream.
#files ⇒ Array<Types::StreamFile>
The files to stream.
#last_updated_at ⇒ Time
The date when the stream was last updated.
#role_arn ⇒ String
An IAM role AWS IoT assumes to access your S3 files.
#stream_arn ⇒ String
The stream ARN.
#stream_id ⇒ String
The stream ID.
#stream_version ⇒ Integer
The stream version.