Class: Aws::Types::Ec2EbsVolume

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def iops
  @iops
end

#size_gi_b::Integer

Returns the value of attribute size_gi_b.

Returns:

  • (::Integer)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def size_gi_b
  @size_gi_b
end

#throughput_mi_b::Integer

Returns the value of attribute throughput_mi_b.

Returns:

  • (::Integer)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def throughput_mi_b
  @throughput_mi_b
end