Class: Aws::Types::EBSOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_enabledBoolean

Returns the value of attribute ebs_enabled.

Returns:

  • (Boolean)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def ebs_enabled
  @ebs_enabled
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def iops
  @iops
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def throughput
  @throughput
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def volume_size
  @volume_size
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

  • ("standard", "gp2", "io1", "gp3")


1180
1181
1182
# File 'sig/types.rbs', line 1180

def volume_type
  @volume_type
end