Class: Aws::Types::UpdateStreamStorageConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamStorageConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#stream_storage_configuration ⇒ Types::StreamStorageConfiguration
Returns the value of attribute stream_storage_configuration.
Instance Attribute Details
#current_version ⇒ ::String
Returns the value of attribute current_version.
623 624 625 |
# File 'sig/types.rbs', line 623 def current_version @current_version end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
622 623 624 |
# File 'sig/types.rbs', line 622 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
621 622 623 |
# File 'sig/types.rbs', line 621 def stream_name @stream_name end |
#stream_storage_configuration ⇒ Types::StreamStorageConfiguration
Returns the value of attribute stream_storage_configuration.
624 625 626 |
# File 'sig/types.rbs', line 624 def stream_storage_configuration @stream_storage_configuration end |