Class: Aws::Types::UpdateStreamModeInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamModeInput
- 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_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
-
#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.
672 673 674 |
# File 'sig/types.rbs', line 672 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
673 674 675 |
# File 'sig/types.rbs', line 673 def stream_id @stream_id end |
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
674 675 676 |
# File 'sig/types.rbs', line 674 def stream_mode_details @stream_mode_details end |
#warm_throughput_mi_bps ⇒ ::Integer
Returns the value of attribute warm_throughput_mi_bps.
675 676 677 |
# File 'sig/types.rbs', line 675 def warm_throughput_mi_bps @warm_throughput_mi_bps end |