Class: Aws::Types::EbsBlockDeviceConfig
- Inherits:
-
Object
- Object
- Aws::Types::EbsBlockDeviceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#volume_specification ⇒ Types::VolumeSpecification
Returns the value of attribute volume_specification.
-
#volumes_per_instance ⇒ ::Integer
Returns the value of attribute volumes_per_instance.
Instance Attribute Details
#volume_specification ⇒ Types::VolumeSpecification
Returns the value of attribute volume_specification.
454 455 456 |
# File 'sig/types.rbs', line 454 def volume_specification @volume_specification end |
#volumes_per_instance ⇒ ::Integer
Returns the value of attribute volumes_per_instance.
455 456 457 |
# File 'sig/types.rbs', line 455 def volumes_per_instance @volumes_per_instance end |