Class: Aws::Kinesis::Types::UpdateStreamWarmThroughputOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/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 that was updated.

Returns:

  • (String)


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_nameString

The name of the stream that was updated.

Returns:

  • (String)


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_throughputTypes::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