Class: Aws::Types::RecoveryInstanceDisk
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryInstanceDisk
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::Integer
Returns the value of attribute bytes.
-
#ebs_volume_id ⇒ ::String
Returns the value of attribute ebs_volume_id.
-
#internal_device_name ⇒ ::String
Returns the value of attribute internal_device_name.
Instance Attribute Details
#bytes ⇒ ::Integer
Returns the value of attribute bytes.
940 941 942 |
# File 'sig/types.rbs', line 940 def bytes @bytes end |
#ebs_volume_id ⇒ ::String
Returns the value of attribute ebs_volume_id.
941 942 943 |
# File 'sig/types.rbs', line 941 def ebs_volume_id @ebs_volume_id end |
#internal_device_name ⇒ ::String
Returns the value of attribute internal_device_name.
939 940 941 |
# File 'sig/types.rbs', line 939 def internal_device_name @internal_device_name end |