Class: Aws::Kinesis::Types::IncreaseStreamRetentionPeriodInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::IncreaseStreamRetentionPeriodInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Represents the input for IncreaseStreamRetentionPeriod.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retention_period_hours ⇒ Integer
The new retention period of the stream, in hours.
-
#stream_arn ⇒ String
The ARN of the stream.
-
#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.
864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-kinesis/types.rb', line 864 class IncreaseStreamRetentionPeriodInput < Struct.new( :stream_name, :retention_period_hours, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN of the stream.
864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-kinesis/types.rb', line 864 class IncreaseStreamRetentionPeriodInput < Struct.new( :stream_name, :retention_period_hours, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream to modify.
864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-kinesis/types.rb', line 864 class IncreaseStreamRetentionPeriodInput < Struct.new( :stream_name, :retention_period_hours, :stream_arn) SENSITIVE = [] include Aws::Structure end |