Class: Aws::Types::DataReplicationInfoReplicatedDisk
- Inherits:
-
Object
- Object
- Aws::Types::DataReplicationInfoReplicatedDisk
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backlogged_storage_bytes ⇒ ::Integer
Returns the value of attribute backlogged_storage_bytes.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#replicated_storage_bytes ⇒ ::Integer
Returns the value of attribute replicated_storage_bytes.
-
#rescanned_storage_bytes ⇒ ::Integer
Returns the value of attribute rescanned_storage_bytes.
-
#total_storage_bytes ⇒ ::Integer
Returns the value of attribute total_storage_bytes.
-
#volume_status ⇒ "REGULAR", ...
Returns the value of attribute volume_status.
Instance Attribute Details
#backlogged_storage_bytes ⇒ ::Integer
Returns the value of attribute backlogged_storage_bytes.
180 181 182 |
# File 'sig/types.rbs', line 180 def backlogged_storage_bytes @backlogged_storage_bytes end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
176 177 178 |
# File 'sig/types.rbs', line 176 def device_name @device_name end |
#replicated_storage_bytes ⇒ ::Integer
Returns the value of attribute replicated_storage_bytes.
178 179 180 |
# File 'sig/types.rbs', line 178 def replicated_storage_bytes @replicated_storage_bytes end |
#rescanned_storage_bytes ⇒ ::Integer
Returns the value of attribute rescanned_storage_bytes.
179 180 181 |
# File 'sig/types.rbs', line 179 def rescanned_storage_bytes @rescanned_storage_bytes end |
#total_storage_bytes ⇒ ::Integer
Returns the value of attribute total_storage_bytes.
177 178 179 |
# File 'sig/types.rbs', line 177 def total_storage_bytes @total_storage_bytes end |
#volume_status ⇒ "REGULAR", ...
Returns the value of attribute volume_status.
181 182 183 |
# File 'sig/types.rbs', line 181 def volume_status @volume_status end |