AWSIoTStreamSummary
Objective-C
@interface AWSIoTStreamSummary
Swift
class AWSIoTStreamSummary
A summary of a stream.
-
A description of the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: 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 }