Class: Aws::Types::UpdateShardCountInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scaling_type"UNIFORM_SCALING"

Returns the value of attribute scaling_type.

Returns:

  • ("UNIFORM_SCALING")


881
882
883
# File 'sig/types.rbs', line 881

def scaling_type
  @scaling_type
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def stream_name
  @stream_name
end

#target_shard_count::Integer

Returns the value of attribute target_shard_count.

Returns:

  • (::Integer)


880
881
882
# File 'sig/types.rbs', line 880

def target_shard_count
  @target_shard_count
end