AWSKinesisDescribeStreamOutput

Objective-C

@interface AWSKinesisDescribeStreamOutput

Swift

class AWSKinesisDescribeStreamOutput

Represents the output for DescribeStream.

Required parameters: [StreamDescription]

  • The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSKinesisStreamDescription *_Nullable streamDescription;

    Swift

    var streamDescription: AWSKinesisStreamDescription? { get set }