Class: Aws::Types::CachediSCSIVolume
- Inherits:
-
Object
- Object
- Aws::Types::CachediSCSIVolume
- 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.
-
#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_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.
180 181 182 |
# File 'sig/types.rbs', line 180 def created_date @created_date end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
182 183 184 |
# File 'sig/types.rbs', line 182 def kms_key @kms_key end |
#source_snapshot_id ⇒ ::String
Returns the value of attribute source_snapshot_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def source_snapshot_id @source_snapshot_id end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
183 184 185 |
# File 'sig/types.rbs', line 183 def target_name @target_name end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
171 172 173 |
# File 'sig/types.rbs', line 171 def volume_arn @volume_arn end |
#volume_attachment_status ⇒ ::String
Returns the value of attribute volume_attachment_status.
175 176 177 |
# File 'sig/types.rbs', line 175 def @volume_attachment_status end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def volume_id @volume_id end |
#volume_iscsi_attributes ⇒ Types::VolumeiSCSIAttributes
Returns the value of attribute volume_iscsi_attributes.
179 180 181 |
# File 'sig/types.rbs', line 179 def volume_iscsi_attributes @volume_iscsi_attributes end |
#volume_progress ⇒ ::Float
Returns the value of attribute volume_progress.
177 178 179 |
# File 'sig/types.rbs', line 177 def volume_progress @volume_progress end |
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
176 177 178 |
# File 'sig/types.rbs', line 176 def volume_size_in_bytes @volume_size_in_bytes end |
#volume_status ⇒ ::String
Returns the value of attribute volume_status.
174 175 176 |
# File 'sig/types.rbs', line 174 def volume_status @volume_status end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
173 174 175 |
# File 'sig/types.rbs', line 173 def volume_type @volume_type end |
#volume_used_in_bytes ⇒ ::Integer
Returns the value of attribute volume_used_in_bytes.
181 182 183 |
# File 'sig/types.rbs', line 181 def volume_used_in_bytes @volume_used_in_bytes end |