Class: Aws::Kinesis::Types::UpdateStreamModeInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

Specifies the ARN of the data stream whose capacity mode you want to update.

Returns:

  • (String)


2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-kinesis/types.rb', line 2548

class UpdateStreamModeInput < Struct.new(
  :stream_arn,
  :stream_mode_details)
  SENSITIVE = []
  include Aws::Structure
end

#stream_mode_detailsTypes::StreamModeDetails

Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.



2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-kinesis/types.rb', line 2548

class UpdateStreamModeInput < Struct.new(
  :stream_arn,
  :stream_mode_details)
  SENSITIVE = []
  include Aws::Structure
end