Class: Aws::Types::ReplicationConfigurationReplicatedDisk
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationConfigurationReplicatedDisk
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#is_boot_disk ⇒ Boolean
Returns the value of attribute is_boot_disk.
-
#optimized_staging_disk_type ⇒ "AUTO", ...
Returns the value of attribute optimized_staging_disk_type.
-
#staging_disk_type ⇒ "AUTO", ...
Returns the value of attribute staging_disk_type.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
Instance Attribute Details
#device_name ⇒ ::String
Returns the value of attribute device_name.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def device_name @device_name end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def iops @iops end |
#is_boot_disk ⇒ Boolean
Returns the value of attribute is_boot_disk.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def is_boot_disk @is_boot_disk end |
#optimized_staging_disk_type ⇒ "AUTO", ...
Returns the value of attribute optimized_staging_disk_type.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def optimized_staging_disk_type @optimized_staging_disk_type end |
#staging_disk_type ⇒ "AUTO", ...
Returns the value of attribute staging_disk_type.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def staging_disk_type @staging_disk_type end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def throughput @throughput end |