Class: Aws::Types::EbsBlockDevice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:kms_key_id])

Instance Attribute Summary collapse

Instance Attribute Details

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


151
152
153
# File 'sig/types.rbs', line 151

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


153
154
155
# File 'sig/types.rbs', line 153

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def kms_key_id
  @kms_key_id
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


154
155
156
# File 'sig/types.rbs', line 154

def throughput
  @throughput
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


155
156
157
# File 'sig/types.rbs', line 155

def volume_size
  @volume_size
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

  • ("standard", "io1", "io2", "gp2", "sc1", "st1", "gp3")


150
151
152
# File 'sig/types.rbs', line 150

def volume_type
  @volume_type
end