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:



1743
1744
1745
# File 'sig/types.rbs', line 1743

def iops_to_storage_ratio
  @iops_to_storage_ratio
end

#provisioned_iops::Array[Types::Range]

Returns the value of attribute provisioned_iops.

Returns:



1742
1743
1744
# File 'sig/types.rbs', line 1742

def provisioned_iops
  @provisioned_iops
end

#storage_size::Array[Types::Range]

Returns the value of attribute storage_size.

Returns:



1741
1742
1743
# File 'sig/types.rbs', line 1741

def storage_size
  @storage_size
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def storage_type
  @storage_type
end