Class: Aws::Types::UpdateStreamWarmThroughputOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamWarmThroughputOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#warm_throughput ⇒ Types::WarmThroughputObject
Returns the value of attribute warm_throughput.
Instance Attribute Details
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
688 689 690 |
# File 'sig/types.rbs', line 688 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
689 690 691 |
# File 'sig/types.rbs', line 689 def stream_name @stream_name end |
#warm_throughput ⇒ Types::WarmThroughputObject
Returns the value of attribute warm_throughput.
690 691 692 |
# File 'sig/types.rbs', line 690 def warm_throughput @warm_throughput end |