Class: Aws::Types::UpdateShardCountOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateShardCountOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_shard_count ⇒ ::Integer
Returns the value of attribute current_shard_count.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#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
#current_shard_count ⇒ ::Integer
Returns the value of attribute current_shard_count.
665 666 667 |
# File 'sig/types.rbs', line 665 def current_shard_count @current_shard_count end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
667 668 669 |
# File 'sig/types.rbs', line 667 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
664 665 666 |
# File 'sig/types.rbs', line 664 def stream_name @stream_name end |
#target_shard_count ⇒ ::Integer
Returns the value of attribute target_shard_count.
666 667 668 |
# File 'sig/types.rbs', line 666 def target_shard_count @target_shard_count end |