AWSFirehoseListTagsForDeliveryStreamOutput

Objective-C

@interface AWSFirehoseListTagsForDeliveryStreamOutput

Swift

class AWSFirehoseListTagsForDeliveryStreamOutput
  • If this is true in the response, more tags are available. To list the remaining tags, set ExclusiveStartTagKey to the key of the last tag returned and call ListTagsForDeliveryStream again.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable hasMoreTags;

    Swift

    var hasMoreTags: NSNumber? { get set }
  • A list of tags associated with DeliveryStreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSFirehoseTag *> *_Nullable tags;

    Swift

    var tags: [AWSFirehoseTag]? { get set }