AWSKinesisVideoDescribeImageGenerationConfigurationInput
Objective-C
@interface AWSKinesisVideoDescribeImageGenerationConfigurationInput
Swift
class AWSKinesisVideoDescribeImageGenerationConfigurationInput
-
The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation configuration. You must specify either the
StreamNameor theStreamARN.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamARN;Swift
var streamARN: String? { get set } -
The name of the stream from which to retrieve the image generation configuration. You must specify either the
StreamNameor theStreamARN.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;Swift
var streamName: String? { get set }
View on GitHub
Install in Dash
AWSKinesisVideoDescribeImageGenerationConfigurationInput Class Reference