Class: Aws::Types::AvailableAdditionalStorageVolumesOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_iops::Integer

Returns the value of attribute max_iops.

Returns:

  • (::Integer)


125
126
127
# File 'sig/types.rbs', line 125

def max_iops
  @max_iops
end

#max_iops_per_gib::Float

Returns the value of attribute max_iops_per_gib.

Returns:

  • (::Float)


127
128
129
# File 'sig/types.rbs', line 127

def max_iops_per_gib
  @max_iops_per_gib
end

#max_storage_size::Integer

Returns the value of attribute max_storage_size.

Returns:

  • (::Integer)


123
124
125
# File 'sig/types.rbs', line 123

def max_storage_size
  @max_storage_size
end

#max_storage_throughput::Integer

Returns the value of attribute max_storage_throughput.

Returns:

  • (::Integer)


129
130
131
# File 'sig/types.rbs', line 129

def max_storage_throughput
  @max_storage_throughput
end

#min_iops::Integer

Returns the value of attribute min_iops.

Returns:

  • (::Integer)


124
125
126
# File 'sig/types.rbs', line 124

def min_iops
  @min_iops
end

#min_iops_per_gib::Float

Returns the value of attribute min_iops_per_gib.

Returns:

  • (::Float)


126
127
128
# File 'sig/types.rbs', line 126

def min_iops_per_gib
  @min_iops_per_gib
end

#min_storage_size::Integer

Returns the value of attribute min_storage_size.

Returns:

  • (::Integer)


122
123
124
# File 'sig/types.rbs', line 122

def min_storage_size
  @min_storage_size
end

#min_storage_throughput::Integer

Returns the value of attribute min_storage_throughput.

Returns:

  • (::Integer)


128
129
130
# File 'sig/types.rbs', line 128

def min_storage_throughput
  @min_storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def storage_type
  @storage_type
end

#supports_iopsBoolean

Returns the value of attribute supports_iops.

Returns:

  • (Boolean)


120
121
122
# File 'sig/types.rbs', line 120

def supports_iops
  @supports_iops
end

#supports_storage_autoscalingBoolean

Returns the value of attribute supports_storage_autoscaling.

Returns:

  • (Boolean)


118
119
120
# File 'sig/types.rbs', line 118

def supports_storage_autoscaling
  @supports_storage_autoscaling
end

#supports_storage_throughputBoolean

Returns the value of attribute supports_storage_throughput.

Returns:

  • (Boolean)


119
120
121
# File 'sig/types.rbs', line 119

def supports_storage_throughput
  @supports_storage_throughput
end