Class: Aws::Types::ValidStorageOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iops_to_storage_ratio::Array[Types::DoubleRange]

Returns the value of attribute iops_to_storage_ratio.

Returns:



4564
4565
4566
# File 'sig/types.rbs', line 4564

def iops_to_storage_ratio
  @iops_to_storage_ratio
end

#provisioned_iops::Array[Types::Range]

Returns the value of attribute provisioned_iops.

Returns:



4563
4564
4565
# File 'sig/types.rbs', line 4563

def provisioned_iops
  @provisioned_iops
end

#provisioned_storage_throughput::Array[Types::Range]

Returns the value of attribute provisioned_storage_throughput.

Returns:



4565
4566
4567
# File 'sig/types.rbs', line 4565

def provisioned_storage_throughput
  @provisioned_storage_throughput
end

#storage_size::Array[Types::Range]

Returns the value of attribute storage_size.

Returns:



4562
4563
4564
# File 'sig/types.rbs', line 4562

def storage_size
  @storage_size
end

#storage_throughput_to_iops_ratio::Array[Types::DoubleRange]

Returns the value of attribute storage_throughput_to_iops_ratio.

Returns:



4566
4567
4568
# File 'sig/types.rbs', line 4566

def storage_throughput_to_iops_ratio
  @storage_throughput_to_iops_ratio
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


4561
4562
4563
# File 'sig/types.rbs', line 4561

def storage_type
  @storage_type
end

#supports_storage_autoscalingBoolean

Returns the value of attribute supports_storage_autoscaling.

Returns:

  • (Boolean)


4567
4568
4569
# File 'sig/types.rbs', line 4567

def supports_storage_autoscaling
  @supports_storage_autoscaling
end