Class: Aws::Types::VolumeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#root_volumeBoolean

Returns the value of attribute root_volume.

Returns:

  • (Boolean)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def root_volume
  @root_volume
end

#volume_baseline_iops::Integer

Returns the value of attribute volume_baseline_iops.

Returns:

  • (::Integer)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def volume_baseline_iops
  @volume_baseline_iops
end

#volume_baseline_throughput::Integer

Returns the value of attribute volume_baseline_throughput.

Returns:

  • (::Integer)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def volume_baseline_throughput
  @volume_baseline_throughput
end

#volume_burst_iops::Integer

Returns the value of attribute volume_burst_iops.

Returns:

  • (::Integer)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def volume_burst_iops
  @volume_burst_iops
end

#volume_burst_throughput::Integer

Returns the value of attribute volume_burst_throughput.

Returns:

  • (::Integer)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def volume_burst_throughput
  @volume_burst_throughput
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def volume_size
  @volume_size
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def volume_type
  @volume_type
end