Class: Aws::Types::RecoveryInstanceDataReplicationInfoReplicatedDisk
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryInstanceDataReplicationInfoReplicatedDisk
- 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.
Instance Attribute Details
#backlogged_storage_bytes ⇒ ::Integer
Returns the value of attribute backlogged_storage_bytes.
922 923 924 |
# File 'sig/types.rbs', line 922 def backlogged_storage_bytes @backlogged_storage_bytes end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
918 919 920 |
# File 'sig/types.rbs', line 918 def device_name @device_name end |
#replicated_storage_bytes ⇒ ::Integer
Returns the value of attribute replicated_storage_bytes.
920 921 922 |
# File 'sig/types.rbs', line 920 def replicated_storage_bytes @replicated_storage_bytes end |
#rescanned_storage_bytes ⇒ ::Integer
Returns the value of attribute rescanned_storage_bytes.
921 922 923 |
# File 'sig/types.rbs', line 921 def rescanned_storage_bytes @rescanned_storage_bytes end |
#total_storage_bytes ⇒ ::Integer
Returns the value of attribute total_storage_bytes.
919 920 921 |
# File 'sig/types.rbs', line 919 def total_storage_bytes @total_storage_bytes end |