Class: Aws::Kinesis::Types::UpdateStreamWarmThroughputInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::UpdateStreamWarmThroughputInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_arn ⇒ String
The ARN of the stream to be updated.
-
#stream_name ⇒ String
The name of the stream to be updated.
-
#warm_throughput_mi_bps ⇒ Integer
The target warm throughput in MB/s that the stream should be scaled to handle.
Instance Attribute Details
#stream_arn ⇒ String
The ARN of the stream to be updated.
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_name ⇒ String
The name of the stream to be updated.
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_bps ⇒ Integer
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.
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 |