Class: Aws::Types::FleetEbsBlockDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


9782
9783
9784
# File 'sig/types.rbs', line 9782

def delete_on_termination
  @delete_on_termination
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


9781
9782
9783
# File 'sig/types.rbs', line 9781

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


9783
9784
9785
# File 'sig/types.rbs', line 9783

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


9785
9786
9787
# File 'sig/types.rbs', line 9785

def kms_key_id
  @kms_key_id
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


9786
9787
9788
# File 'sig/types.rbs', line 9786

def snapshot_id
  @snapshot_id
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


9784
9785
9786
# File 'sig/types.rbs', line 9784

def throughput
  @throughput
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


9787
9788
9789
# File 'sig/types.rbs', line 9787

def volume_size
  @volume_size
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

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


9788
9789
9790
# File 'sig/types.rbs', line 9788

def volume_type
  @volume_type
end