You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#current_shard_countInteger

The current number of shards.

Returns:

  • (Integer)

    The current number of shards.

#stream_nameString

The name of the stream.

Returns:

  • (String)

    The name of the stream.

#target_shard_countInteger

The updated number of shards.

Returns:

  • (Integer)

    The updated number of shards.