StreamInfo
public struct StreamInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date when the stream was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The description of the stream.
Declaration
Swift
public let description: String?
-
The files to stream.
Declaration
Swift
public let files: [StreamFile]?
-
The date when the stream was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
An IAM role AWS IoT assumes to access your S3 files.
Declaration
Swift
public let roleArn: String?
-
The stream ARN.
Declaration
Swift
public let streamArn: String?
-
The stream ID.
Declaration
Swift
public let streamId: String?
-
The stream version.
Declaration
Swift
public let streamVersion: Int?
-
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, description: String? = nil, files: [StreamFile]? = nil, lastUpdatedAt: TimeStamp? = nil, roleArn: String? = nil, streamArn: String? = nil, streamId: String? = nil, streamVersion: Int? = nil)