AWSKinesisVideoGetDataEndpointInput Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSKinesisVideoModel.h AWSKinesisVideoModel.m |
APIName
The name of the API action for which to get an endpoint.
@property (nonatomic, assign) AWSKinesisVideoAPIName APIName
Declared In
AWSKinesisVideoModel.h
streamARN
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
@property (nonatomic, strong) NSString *streamARN
Declared In
AWSKinesisVideoModel.h
streamName
The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
@property (nonatomic, strong) NSString *streamName
Declared In
AWSKinesisVideoModel.h