Class: Aws::Types::UpdateShardCountOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_shard_count::Integer

Returns the value of attribute current_shard_count.

Returns:

  • (::Integer)


889
890
891
# File 'sig/types.rbs', line 889

def current_shard_count
  @current_shard_count
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def stream_name
  @stream_name
end

#target_shard_count::Integer

Returns the value of attribute target_shard_count.

Returns:

  • (::Integer)


890
891
892
# File 'sig/types.rbs', line 890

def target_shard_count
  @target_shard_count
end