Class: Aws::Kinesis::Types::DecreaseStreamRetentionPeriodInput

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

Overview

Represents the input for DecreaseStreamRetentionPeriod.

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 less than the current retention period.

Returns:

  • (Integer)


207
208
209
210
211
212
213
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 207

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

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


207
208
209
210
211
212
213
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 207

class DecreaseStreamRetentionPeriodInput < 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)


207
208
209
210
211
212
213
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 207

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