AWSIoTStreamInfo
Objective-C
@interface AWSIoTStreamInfo
Swift
class AWSIoTStreamInfo
Information about a stream.
-
The date when the stream was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdAt;
Swift
var createdAt: Date? { get set }
-
The description of the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The files to stream.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTStreamFile *> *_Nullable files;
Swift
var files: [AWSIoTStreamFile]? { get set }
-
The date when the stream was last updated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdatedAt;
Swift
var lastUpdatedAt: Date? { get set }
-
An IAM role IoT assumes to access your S3 files.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;
Swift
var roleArn: String? { get set }
-
The stream ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamArn;
Swift
var streamArn: String? { get set }
-
The stream ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamId;
Swift
var streamId: String? { get set }
-
The stream version.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable streamVersion;
Swift
var streamVersion: NSNumber? { get set }