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.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def current_version @current_version end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def provisioned_throughput @provisioned_throughput end |
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def storage_mode @storage_mode end |
#volume_size_gb ⇒ ::Integer
Returns the value of attribute volume_size_gb.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def volume_size_gb @volume_size_gb end |