You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kinesis::Types::IncreaseStreamRetentionPeriodInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::IncreaseStreamRetentionPeriodInput
- Defined in:
- (unknown)
Overview
Note:
When passing IncreaseStreamRetentionPeriodInput as input to an Aws::Client method, you can use a vanilla Hash:
{
stream_name: "StreamName", # required
retention_period_hours: 1, # required
}
Represents the input for IncreaseStreamRetentionPeriod.
Instance Attribute Summary collapse
-
#retention_period_hours ⇒ Integer
The new retention period of the stream, in hours.
-
#stream_name ⇒ String
The name of the stream to modify.
Instance Attribute Details
#retention_period_hours ⇒ Integer
The new retention period of the stream, in hours. Must be more than the current retention period.
#stream_name ⇒ String
The name of the stream to modify.