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)


9669
9670
9671
# File 'sig/types.rbs', line 9669

def delete_on_termination
  @delete_on_termination
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


9668
9669
9670
# File 'sig/types.rbs', line 9668

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


9670
9671
9672
# File 'sig/types.rbs', line 9670

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


9672
9673
9674
# File 'sig/types.rbs', line 9672

def kms_key_id
  @kms_key_id
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


9673
9674
9675
# File 'sig/types.rbs', line 9673

def snapshot_id
  @snapshot_id
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


9671
9672
9673
# File 'sig/types.rbs', line 9671

def throughput
  @throughput
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


9674
9675
9676
# File 'sig/types.rbs', line 9674

def volume_size
  @volume_size
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

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


9675
9676
9677
# File 'sig/types.rbs', line 9675

def volume_type
  @volume_type
end