Class: Aws::Types::UpdateShardCountInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateShardCountInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scaling_type ⇒ "UNIFORM_SCALING"
Returns the value of attribute scaling_type.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#target_shard_count ⇒ ::Integer
Returns the value of attribute target_shard_count.
Instance Attribute Details
#scaling_type ⇒ "UNIFORM_SCALING"
Returns the value of attribute scaling_type.
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.
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.
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.
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.
880 881 882 |
# File 'sig/types.rbs', line 880 def target_shard_count @target_shard_count end |