Class: Aws::Kinesis::Types::UpdateShardCountOutput

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

#current_shard_count ⇒ Integer

The current number of shards.

Returns:

  • (Integer)


3900
3901
3902
3903
3904
3905
3906
3907
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3900

class UpdateShardCountOutput < Struct.new(
  :stream_name,
  :current_shard_count,
  :target_shard_count,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arn ⇒ String

The ARN of the stream.

Returns:

  • (String)


3900
3901
3902
3903
3904
3905
3906
3907
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3900

class UpdateShardCountOutput < Struct.new(
  :stream_name,
  :current_shard_count,
  :target_shard_count,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_name ⇒ String

The name of the stream.

Returns:

  • (String)


3900
3901
3902
3903
3904
3905
3906
3907
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3900

class UpdateShardCountOutput < Struct.new(
  :stream_name,
  :current_shard_count,
  :target_shard_count,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#target_shard_count ⇒ Integer

The updated number of shards.

Returns:

  • (Integer)


3900
3901
3902
3903
3904
3905
3906
3907
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3900

class UpdateShardCountOutput < Struct.new(
  :stream_name,
  :current_shard_count,
  :target_shard_count,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end