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)


3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3013

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)


3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3013

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.



3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3013

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