Class: Aws::Types::ShardConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#replica_count ⇒ ::Integer

Returns the value of attribute replica_count.

Returns:

  • (::Integer)


919
920
921
# File 'sig/types.rbs', line 919

def replica_count
  @replica_count
end

#slots ⇒ ::String

Returns the value of attribute slots.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def slots
  @slots
end