AWSKinesisDecreaseStreamRetentionPeriodInput
Objective-C
@interface AWSKinesisDecreaseStreamRetentionPeriodInput
Swift
class AWSKinesisDecreaseStreamRetentionPeriodInput
Represents the input for DecreaseStreamRetentionPeriod.
Required parameters: [StreamName, RetentionPeriodHours]
-
The new retention period of the stream, in hours. Must be less than the current retention period.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable retentionPeriodHours;
Swift
var retentionPeriodHours: NSNumber? { get set }
-
The name of the stream to modify.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }