Class: Aws::Types::EbsConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_block_device_configs::Array[Types::EbsBlockDeviceConfig]

Returns the value of attribute ebs_block_device_configs.

Returns:



460
461
462
# File 'sig/types.rbs', line 460

def ebs_block_device_configs
  @ebs_block_device_configs
end

#ebs_optimizedBoolean

Returns the value of attribute ebs_optimized.

Returns:

  • (Boolean)


461
462
463
# File 'sig/types.rbs', line 461

def ebs_optimized
  @ebs_optimized
end