AWSFirehoseListTagsForDeliveryStreamOutput
Objective-C
@interface AWSFirehoseListTagsForDeliveryStreamOutput
Swift
class AWSFirehoseListTagsForDeliveryStreamOutput
-
If this is
true
in the response, more tags are available. To list the remaining tags, setExclusiveStartTagKey
to the key of the last tag returned and callListTagsForDeliveryStream
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 afterExclusiveStartTagKey
and up to the specifiedLimit
.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSFirehoseTag *> *_Nullable tags;
Swift
var tags: [AWSFirehoseTag]? { get set }