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.
912 913 914 |
# File 'sig/types.rbs', line 912 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
913 914 915 |
# File 'sig/types.rbs', line 913 def stream_name @stream_name end |
#warm_throughput ⇒ Types::WarmThroughputObject
Returns the value of attribute warm_throughput.
914 915 916 |
# File 'sig/types.rbs', line 914 def warm_throughput @warm_throughput end |