Method: Aws::Kinesis::Types::UpdateStreamModeInput#stream_arn

Defined in:
lib/aws-sdk-kinesis/types.rb

#stream_arnString

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

Returns:

  • (String)


2960
2961
2962
2963
2964
2965
2966
2967
# File 'lib/aws-sdk-kinesis/types.rb', line 2960

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