Class: Aws::Types::AwsEc2VolumeDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2VolumeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::AwsEc2VolumeAttachment]
Returns the value of attribute attachments.
-
#create_time ⇒ ::String
Returns the value of attribute create_time.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_scan_status ⇒ ::String
Returns the value of attribute volume_scan_status.
-
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
Instance Attribute Details
#attachments ⇒ ::Array[Types::AwsEc2VolumeAttachment]
Returns the value of attribute attachments.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def @attachments end |
#create_time ⇒ ::String
Returns the value of attribute create_time.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def create_time @create_time end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def device_name @device_name end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def encrypted @encrypted end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def kms_key_id @kms_key_id end |
#size ⇒ ::Integer
Returns the value of attribute size.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def size @size end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def snapshot_id @snapshot_id end |
#status ⇒ ::String
Returns the value of attribute status.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def status @status end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def volume_id @volume_id end |
#volume_scan_status ⇒ ::String
Returns the value of attribute volume_scan_status.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def volume_scan_status @volume_scan_status end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def volume_type @volume_type end |