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.
922 923 924 |
# File 'sig/types.rbs', line 922 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
923 924 925 |
# File 'sig/types.rbs', line 923 def stream_name @stream_name end |
#warm_throughput ⇒ Types::WarmThroughputObject
Returns the value of attribute warm_throughput.
924 925 926 |
# File 'sig/types.rbs', line 924 def warm_throughput @warm_throughput end |