Class: Aws::Kinesis::Types::IncreaseStreamRetentionPeriodInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Represents the input for IncreaseStreamRetentionPeriod.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#retention_period_hoursInteger

The new retention period of the stream, in hours. Must be more than the current retention period.

Returns:

  • (Integer)


859
860
861
862
863
864
865
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 859

class IncreaseStreamRetentionPeriodInput < Struct.new(
  :stream_name,
  :retention_period_hours,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


859
860
861
862
863
864
865
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 859

class IncreaseStreamRetentionPeriodInput < Struct.new(
  :stream_name,
  :retention_period_hours,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream to modify.

Returns:

  • (String)


859
860
861
862
863
864
865
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 859

class IncreaseStreamRetentionPeriodInput < Struct.new(
  :stream_name,
  :retention_period_hours,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end