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

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

#current_shard_countInteger

The current number of shards.

Returns:

  • (Integer)


2525
2526
2527
2528
2529
2530
2531
2532
# File 'lib/aws-sdk-kinesis/types.rb', line 2525

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

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


2525
2526
2527
2528
2529
2530
2531
2532
# File 'lib/aws-sdk-kinesis/types.rb', line 2525

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

#stream_nameString

The name of the stream.

Returns:

  • (String)


2525
2526
2527
2528
2529
2530
2531
2532
# File 'lib/aws-sdk-kinesis/types.rb', line 2525

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

#target_shard_countInteger

The updated number of shards.

Returns:

  • (Integer)


2525
2526
2527
2528
2529
2530
2531
2532
# File 'lib/aws-sdk-kinesis/types.rb', line 2525

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