Class: Aws::Kinesis::Types::UpdateStreamWarmThroughputInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

The ARN of the stream to be updated.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
2821
# File 'lib/aws-sdk-kinesis/types.rb', line 2815

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

#stream_nameString

The name of the stream to be updated.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
2821
# File 'lib/aws-sdk-kinesis/types.rb', line 2815

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

#warm_throughput_mi_bpsInteger

The target warm throughput in MB/s that the stream should be scaled to handle. This represents the throughput capacity that will be immediately available for write operations.

Returns:

  • (Integer)


2815
2816
2817
2818
2819
2820
2821
# File 'lib/aws-sdk-kinesis/types.rb', line 2815

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