DecreaseStreamRetentionPeriodInput
public struct DecreaseStreamRetentionPeriodInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The new retention period of the stream, in hours. Must be less than the current retention period.
Declaration
Swift
public let retentionPeriodHours: Int -
The name of the stream to modify.
Declaration
Swift
public let streamName: String -
Undocumented
Declaration
Swift
public init(retentionPeriodHours: Int, streamName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DecreaseStreamRetentionPeriodInput Structure Reference