Class: Aws::Types::UpdateStreamWarmThroughputInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamWarmThroughputInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#warm_throughput_mi_bps ⇒ ::Integer
Returns the value of attribute warm_throughput_mi_bps.
Instance Attribute Details
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
680 681 682 |
# File 'sig/types.rbs', line 680 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
682 683 684 |
# File 'sig/types.rbs', line 682 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
681 682 683 |
# File 'sig/types.rbs', line 681 def stream_name @stream_name end |
#warm_throughput_mi_bps ⇒ ::Integer
Returns the value of attribute warm_throughput_mi_bps.
683 684 685 |
# File 'sig/types.rbs', line 683 def warm_throughput_mi_bps @warm_throughput_mi_bps end |