AWSIoTUpdateStreamRequest
Objective-C
@interface AWSIoTUpdateStreamRequest
Swift
class AWSIoTUpdateStreamRequest
-
The description of the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The files associated with the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTStreamFile *> *_Nullable files;
Swift
var files: [AWSIoTStreamFile]? { get set }
-
An IAM role that allows the IoT service principal assumes to access your S3 files.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;
Swift
var roleArn: String? { get set }
-
The stream ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamId;
Swift
var streamId: String? { get set }