Class: Aws::Types::VolumeDetail
- Inherits:
-
Object
- Object
- Aws::Types::VolumeDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
-
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
-
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
Instance Attribute Details
#device_name ⇒ ::String
Returns the value of attribute device_name.
3372 3373 3374 |
# File 'sig/types.rbs', line 3372 def device_name @device_name end |
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def encryption_type @encryption_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
3376 3377 3378 |
# File 'sig/types.rbs', line 3376 def kms_key_arn @kms_key_arn end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
3375 3376 3377 |
# File 'sig/types.rbs', line 3375 def snapshot_arn @snapshot_arn end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
3370 3371 3372 |
# File 'sig/types.rbs', line 3370 def volume_arn @volume_arn end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
3373 3374 3375 |
# File 'sig/types.rbs', line 3373 def volume_size_in_gb @volume_size_in_gb end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
3371 3372 3373 |
# File 'sig/types.rbs', line 3371 def volume_type @volume_type end |