AWSIoTCreateStreamRequest
Objective-C
@interface AWSIoTCreateStreamRequestSwift
class AWSIoTCreateStreamRequest- 
                  
                  A description of the stream. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable detail;Swift var detail: String? { get set }
- 
                  
                  The files to stream. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSIoTStreamFile *> *_Nullable files;Swift var files: [AWSIoTStreamFile]? { get set }
- 
                  
                  An IAM role that allows the IoT service principal to access your S3 files. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable roleArn;Swift var roleArn: String? { get set }
- 
                  
                  The stream ID. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable streamId;Swift var streamId: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTCreateStreamRequest Class Reference
        AWSIoTCreateStreamRequest Class Reference