Class: Aws::Types::VolumeSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def iops
  @iops
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def size_in_gb
  @size_in_gb
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def throughput
  @throughput
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def volume_type
  @volume_type
end