AWSKinesisVideoDescribeStreamInput

Objective-C

@interface AWSKinesisVideoDescribeStreamInput

Swift

class AWSKinesisVideoDescribeStreamInput
  • The Amazon Resource Name (ARN) of the stream.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable streamARN;

    Swift

    var streamARN: String? { get set }
  • The name of the stream.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable streamName;

    Swift

    var streamName: String? { get set }