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.
657 658 659 |
# File 'sig/types.rbs', line 657 def scaling_type @scaling_type end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
658 659 660 |
# File 'sig/types.rbs', line 658 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
659 660 661 |
# File 'sig/types.rbs', line 659 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
655 656 657 |
# File 'sig/types.rbs', line 655 def stream_name @stream_name end |
#target_shard_count ⇒ ::Integer
Returns the value of attribute target_shard_count.
656 657 658 |
# File 'sig/types.rbs', line 656 def target_shard_count @target_shard_count end |