Class: Aws::Types::DBStorageConfiguration

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)


107
108
109
# File 'sig/types.rbs', line 107

def allocated_storage
  @allocated_storage
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


108
109
110
# File 'sig/types.rbs', line 108

def iops
  @iops
end

#max_allocated_storage::Integer

Returns the value of attribute max_allocated_storage.

Returns:

  • (::Integer)


109
110
111
# File 'sig/types.rbs', line 109

def max_allocated_storage
  @max_allocated_storage
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


110
111
112
# File 'sig/types.rbs', line 110

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def storage_type
  @storage_type
end