Class: Aws::Types::PersistentVolumeConfiguration

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)


2456
2457
2458
# File 'sig/types.rbs', line 2456

def iops
  @iops
end

#last_used_ttl_hours::Integer

Returns the value of attribute last_used_ttl_hours.

Returns:

  • (::Integer)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def last_used_ttl_hours
  @last_used_ttl_hours
end

#mount_path::String

Returns the value of attribute mount_path.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def mount_path
  @mount_path
end

#size_gi_b::Integer

Returns the value of attribute size_gi_b.

Returns:

  • (::Integer)


2455
2456
2457
# File 'sig/types.rbs', line 2455

def size_gi_b
  @size_gi_b
end

#throughput_mi_b::Integer

Returns the value of attribute throughput_mi_b.

Returns:

  • (::Integer)


2457
2458
2459
# File 'sig/types.rbs', line 2457

def throughput_mi_b
  @throughput_mi_b
end