Class: Aws::Kinesis::Types::UpdateStreamWarmThroughputInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::UpdateStreamWarmThroughputInput
- Defined in:
- gems/aws-sdk-kinesis/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_id ⇒ String
Not Implemented.
-
#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.
2989 2990 2991 2992 2993 2994 2995 2996 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2989 class UpdateStreamWarmThroughputInput < Struct.new( :stream_arn, :stream_name, :stream_id, :warm_throughput_mi_bps) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
Not Implemented. Reserved for future use.
2989 2990 2991 2992 2993 2994 2995 2996 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2989 class UpdateStreamWarmThroughputInput < Struct.new( :stream_arn, :stream_name, :stream_id, :warm_throughput_mi_bps) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream to be updated.
2989 2990 2991 2992 2993 2994 2995 2996 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2989 class UpdateStreamWarmThroughputInput < Struct.new( :stream_arn, :stream_name, :stream_id, :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.
2989 2990 2991 2992 2993 2994 2995 2996 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2989 class UpdateStreamWarmThroughputInput < Struct.new( :stream_arn, :stream_name, :stream_id, :warm_throughput_mi_bps) SENSITIVE = [] include Aws::Structure end |