Class: Aws::Types::AdditionalStorageVolume

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


56
57
58
# File 'sig/types.rbs', line 56

def allocated_storage
  @allocated_storage
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


57
58
59
# File 'sig/types.rbs', line 57

def iops
  @iops
end

#max_allocated_storage::Integer

Returns the value of attribute max_allocated_storage.

Returns:

  • (::Integer)


58
59
60
# File 'sig/types.rbs', line 58

def max_allocated_storage
  @max_allocated_storage
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


59
60
61
# File 'sig/types.rbs', line 59

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def storage_type
  @storage_type
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def volume_name
  @volume_name
end