Class: Aws::Types::UpdateStorageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStorageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
-
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
-
#volume_size_gb ⇒ ::Integer
Returns the value of attribute volume_size_gb.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def current_version @current_version end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def provisioned_throughput @provisioned_throughput end |
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def storage_mode @storage_mode end |
#volume_size_gb ⇒ ::Integer
Returns the value of attribute volume_size_gb.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def volume_size_gb @volume_size_gb end |