Class: Aws::Types::EBSOptions

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_enabledBoolean

Returns the value of attribute ebs_enabled.



616
617
618
# File 'sig/types.rbs', line 616

def ebs_enabled
  @ebs_enabled
end

#iops::Integer

Returns the value of attribute iops.



619
620
621
# File 'sig/types.rbs', line 619

def iops
  @iops
end

#throughput::Integer

Returns the value of attribute throughput.



620
621
622
# File 'sig/types.rbs', line 620

def throughput
  @throughput
end

#volume_size::Integer

Returns the value of attribute volume_size.



618
619
620
# File 'sig/types.rbs', line 618

def volume_size
  @volume_size
end

#volume_type"standard", ...

Returns the value of attribute volume_type.



617
618
619
# File 'sig/types.rbs', line 617

def volume_type
  @volume_type
end