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:



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

def scaling_type
  @scaling_type
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



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

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



893
894
895
# File 'sig/types.rbs', line 893

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



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

def stream_name
  @stream_name
end

#target_shard_count::Integer

Returns the value of attribute target_shard_count.

Returns:



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

def target_shard_count
  @target_shard_count
end