Class: Aws::Kinesis::Types::UpdateStreamWarmThroughputOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::UpdateStreamWarmThroughputOutput
- 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 that was updated.
-
#stream_name ⇒ String
The name of the stream that was updated.
-
#warm_throughput ⇒ Types::WarmThroughputObject
Specifies the updated warm throughput configuration for your data stream.
Instance Attribute Details
#stream_arn ⇒ String
The ARN of the stream that was updated.
2838 2839 2840 2841 2842 2843 2844 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2838 class UpdateStreamWarmThroughputOutput < Struct.new( :stream_arn, :stream_name, :warm_throughput) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream that was updated.
2838 2839 2840 2841 2842 2843 2844 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2838 class UpdateStreamWarmThroughputOutput < Struct.new( :stream_arn, :stream_name, :warm_throughput) SENSITIVE = [] include Aws::Structure end |
#warm_throughput ⇒ Types::WarmThroughputObject
Specifies the updated warm throughput configuration for your data stream.
2838 2839 2840 2841 2842 2843 2844 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2838 class UpdateStreamWarmThroughputOutput < Struct.new( :stream_arn, :stream_name, :warm_throughput) SENSITIVE = [] include Aws::Structure end |