AWSKinesisVideoDescribeMediaStorageConfigurationInput

Objective-C

@interface AWSKinesisVideoDescribeMediaStorageConfigurationInput

Swift

class AWSKinesisVideoDescribeMediaStorageConfigurationInput
  • The Amazon Resource Name (ARN) of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelARN: String? { get set }
  • The name of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelName: String? { get set }