Class: Aws::Types::ShardConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ShardConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
-
#slots ⇒ ::String
Returns the value of attribute slots.
Instance Attribute Details
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
919 920 921 |
# File 'sig/types.rbs', line 919 def replica_count @replica_count end |
#slots ⇒ ::String
Returns the value of attribute slots.
918 919 920 |
# File 'sig/types.rbs', line 918 def slots @slots end |