Class: Aws::Types::StorediSCSIVolume
- Inherits:
-
Object
- Object
- Aws::Types::StorediSCSIVolume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#preserved_existing_data ⇒ Boolean
Returns the value of attribute preserved_existing_data.
-
#source_snapshot_id ⇒ ::String
Returns the value of attribute source_snapshot_id.
-
#target_name ⇒ ::String
Returns the value of attribute target_name.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
-
#volume_attachment_status ⇒ ::String
Returns the value of attribute volume_attachment_status.
-
#volume_disk_id ⇒ ::String
Returns the value of attribute volume_disk_id.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_iscsi_attributes ⇒ Types::VolumeiSCSIAttributes
Returns the value of attribute volume_iscsi_attributes.
-
#volume_progress ⇒ ::Float
Returns the value of attribute volume_progress.
-
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
-
#volume_status ⇒ ::String
Returns the value of attribute volume_status.
-
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
-
#volume_used_in_bytes ⇒ ::Integer
Returns the value of attribute volume_used_in_bytes.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def created_date @created_date end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def kms_key @kms_key end |
#preserved_existing_data ⇒ Boolean
Returns the value of attribute preserved_existing_data.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def preserved_existing_data @preserved_existing_data end |
#source_snapshot_id ⇒ ::String
Returns the value of attribute source_snapshot_id.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def source_snapshot_id @source_snapshot_id end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def target_name @target_name end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def volume_arn @volume_arn end |
#volume_attachment_status ⇒ ::String
Returns the value of attribute volume_attachment_status.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def @volume_attachment_status end |
#volume_disk_id ⇒ ::String
Returns the value of attribute volume_disk_id.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def volume_disk_id @volume_disk_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def volume_id @volume_id end |
#volume_iscsi_attributes ⇒ Types::VolumeiSCSIAttributes
Returns the value of attribute volume_iscsi_attributes.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def volume_iscsi_attributes @volume_iscsi_attributes end |
#volume_progress ⇒ ::Float
Returns the value of attribute volume_progress.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def volume_progress @volume_progress end |
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def volume_size_in_bytes @volume_size_in_bytes end |
#volume_status ⇒ ::String
Returns the value of attribute volume_status.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def volume_status @volume_status end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def volume_type @volume_type end |
#volume_used_in_bytes ⇒ ::Integer
Returns the value of attribute volume_used_in_bytes.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def volume_used_in_bytes @volume_used_in_bytes end |